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.191 -r1.7.2.192 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 3 Jan 2022 16:00:36 -0000 1.7.2.191 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 4 Jan 2022 19:59:35 -0000 1.7.2.192 @@ -1698,11 +1698,11 @@ set attributeNames [join $attributeNames ,] #:log "create workflow by filling out form '$master_workflow'" - set WF [::xowiki::Weblog instantiate_forms \ + set WF [::[$parentObj package_id] instantiate_forms \ -parent_id [$parentObj parent_id] \ - -package_id [$parentObj package_id] \ - -default_lang [$parentObj lang] \ - -forms $master_workflow] + -forms $master_workflow \ + -default_lang [$parentObj lang]] + set fc {} lappend fc \ "@table:_item_id,_state,$attributeNames,_last_modified" \