From 0566e27675c0150f00795587c8bb1123c6a3871b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 2 Aug 2018 13:06:39 -0700 Subject: [PATCH] fix editing employee pw, RT#32456 --- httemplate/edit/process/elements/process.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 85f060e32..d2b037053 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -280,7 +280,7 @@ foreach my $value ( @values ) { } if ( $opt{'post_new_object_callback'} ) { - &{ $opt{'post_new_object_callback'} }( $cgi, $new ); + $error ||= &{ $opt{'post_new_object_callback'} }( $cgi, $new ); } if ( $opt{'agent_virt'} ) { -- 2.11.0