Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -r1.7.2.174 -r1.7.2.175 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 16 Nov 2021 14:36:18 -0000 1.7.2.174 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 17 Nov 2021 14:41:33 -0000 1.7.2.175 @@ -2018,13 +2018,14 @@ {-orderby ""} -creation_user:integer -item_id:integer + -state wf:object } { # get_wf_instances: return the workflow instances :assert_assessment_container $wf set extra_where_clause "" - foreach var {creation_user item_id} { + foreach var {creation_user item_id state} { if {[info exists $var]} { append extra_where_clause "AND $var = [ns_dbquotevalue [set $var]] " }