Index: openacs-4/packages/xowf/xowf.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/xowf.info,v diff -u -N -r1.12 -r1.12.2.1 --- openacs-4/packages/xowf/xowf.info 20 Jan 2019 20:44:07 -0000 1.12 +++ openacs-4/packages/xowf/xowf.info 1 Oct 2019 20:03:56 -0000 1.12.2.1 @@ -10,15 +10,15 @@ 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/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -N -r1.28.2.15 -r1.28.2.16 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 23 Jul 2019 17:20:17 -0000 1.28.2.15 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 1 Oct 2019 20:03:56 -0000 1.28.2.16 @@ -1699,7 +1699,7 @@ # If these values are not set, try to obtain it the old-fashioned way. # if {$parent_id == 0} { - set parent_id [:query_parameter "parent_id" [$package folder_id]] + set parent_id [:query_parameter "parent_id:integer" [$package folder_id]] } if {$name eq ""} { set name [:property name ""]