Index: openacs-4/packages/workflow/tcl/workflow-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/workflow-procs.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/packages/workflow/tcl/workflow-procs.tcl 26 Jan 2004 15:55:23 -0000 1.24 +++ openacs-4/packages/workflow/tcl/workflow-procs.tcl 27 Jan 2004 10:32:34 -0000 1.25 @@ -596,7 +596,7 @@ set sub_short_name [${namespace}::get_element \ -one_id $sub_id \ -element short_name] - set elm_spec [${namespace}::generate_spec -one_id $sub_id] + set elm_spec [${namespace}::generate_spec -one_id $sub_id -handlers $handlers] if { $deep_p } { if { [string equal $key "actions"] } { @@ -838,6 +838,7 @@ set cmd [list ${namespace}::edit \ -internal \ -workflow_id $workflow_id \ + -handlers $handlers \ -array row] if { $counter($type) == 1 } {