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.1 -r1.1.2.1 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 28 Aug 2014 08:24:56 -0000 1.1 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 1 Sep 2014 11:01:22 -0000 1.1.2.1 @@ -954,7 +954,7 @@ # we make sure that we only check the redirect on views # without content. - #my msg "view [self args]" + #my msg "view [self args] [my is_wf_instance]" if {[my is_wf_instance] && $content eq ""} { set ctx [::xowf::Context require [self]] @@ -1320,7 +1320,8 @@ # We have a workflow page. Get the initial state of the workflow # instance from the workflow. # - my instvar instance_attributes + #my instvar instance_attributes + set instance_attributes "" set ctx [::xowf::Context require [self]] foreach p [$ctx defined ::xowiki::formfield::FormField] { set name [$p name] @@ -1342,7 +1343,7 @@ ## save instance attributes #set instance_attributes [array get __ia] #my msg "[self] [my name] setting default parameter" - #my msg ia=$instance_attributes,props=[$ctx defined Property] + #my log ia=$instance_attributes,props=[$ctx defined Property] my state [$ctx get_current_state] #my msg "setting initial state to '[my state]'"