Index: openacs-4/packages/xowf/xowf.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/xowf.info,v diff -u -r1.12.2.18 -r1.12.2.19 --- openacs-4/packages/xowf/xowf.info 4 Aug 2020 16:16:17 -0000 1.12.2.18 +++ openacs-4/packages/xowf/xowf.info 26 Aug 2020 18:55:47 -0000 1.12.2.19 @@ -10,16 +10,16 @@ t xowf - + Gustaf Neumann XoWiki Content Flow - an XoWiki based workflow system implementing state-based behavior of wiki pages and forms 2017-08-06 WU Vienna 2 - + - + 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.76 -r1.7.2.77 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 26 Aug 2020 18:51:40 -0000 1.7.2.76 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 26 Aug 2020 18:55:47 -0000 1.7.2.77 @@ -1360,9 +1360,8 @@ # # return the workflow denoted by the property wfName in obj # - return [::xowiki::Weblog instantiate_forms \ + return [::[$obj package_id] instantiate_forms \ -parent_id [$obj item_id] \ - -package_id [$obj package_id] \ -default_lang [$obj lang] \ -forms [$obj property wfName]] } @@ -2437,8 +2436,7 @@ set ref }] set questionNames [join $questions |] - set questionForms [::xowiki::Weblog instantiate_forms \ - -package_id [$obj package_id] \ + set questionForms [::[$obj package_id] instantiate_forms \ -default_lang [$obj lang] \ -forms $questionNames]