Index: openacs-4/packages/workflow/tcl/case-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/case-procs.tcl,v diff -u -r1.53 -r1.54 --- openacs-4/packages/workflow/tcl/case-procs.tcl 9 May 2018 15:33:33 -0000 1.53 +++ openacs-4/packages/workflow/tcl/case-procs.tcl 22 Mar 2019 22:28:00 -0000 1.54 @@ -321,7 +321,7 @@ } { Get the currently enabled_action_id's of enabled user actions in the case. - Note, that this is different from get_enabled_actions, which only returns + Note that this is different from get_enabled_actions, which only returns the action_id, which will not work for dynamic actions. @param case_id The ID of the case. @@ -2541,7 +2541,7 @@ if { $enabled_action_id ne "" } { workflow::case::enabled_action_get -enabled_action_id $enabled_action_id -array enabled_action - # Even if these are provided, we overide them with the DB call + # Even if these are provided, we override them with the DB call set case_id $enabled_action(case_id) set action_id $enabled_action(action_id) set parent_enabled_action_id $enabled_action(parent_enabled_action_id)