Index: openacs-4/packages/workflow/tcl/action-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/action-procs-postgresql.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/workflow/tcl/action-procs-postgresql.xql 5 Mar 2003 17:18:10 -0000 1.1 +++ openacs-4/packages/workflow/tcl/action-procs-postgresql.xql 6 Nov 2003 15:42:59 -0000 1.2 @@ -21,7 +21,9 @@ and action_id = a.action_id ) as initial_action_p, fa.new_state as new_state_id, - (select short_name from workflow_fsm_states where state_id = fa.new_state) as new_state + (select short_name from workflow_fsm_states where state_id = fa.new_state) as new_state, + a.description, + a.description_mime_type from workflow_actions a left outer join workflow_fsm_actions fa on (a.action_id = fa.action_id) where a.workflow_id = :workflow_id