Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -N -r1.195 -r1.196 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 25 Jan 2018 12:03:21 -0000 1.195 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 15 Feb 2018 14:40:29 -0000 1.196 @@ -1837,6 +1837,7 @@ } } else { ad_returnredirect $return_url + ad_script_abort } switch $op { @@ -1851,6 +1852,7 @@ portlet's edit proc returned null string" ad_returnredirect $return_url + ad_script_abort } # Set up some template vars, including the form target @@ -1887,12 +1889,14 @@ set_element_param $element_id "shaded_p" "f" } ad_returnredirect $return_url + ad_script_abort } "hide" { db_dml hide_update {} if {$return_url ne ""} { ad_returnredirect $return_url + ad_script_abort } } }