Index: openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl 27 Oct 2014 16:42:03 -0000 1.2 +++ openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl 7 Aug 2017 23:48:30 -0000 1.3 @@ -12,8 +12,8 @@ # # Define additional elements for includelets # - Class form-menu-button-wf-instances -superclass ::xowiki::includelet::form-menu-button-answers - Class form-menu-button-wf -superclass form-menu-button -parameter { + Class create form-menu-button-wf-instances -superclass ::xowiki::includelet::form-menu-button-answers + Class create form-menu-button-wf -superclass form-menu-button -parameter { {method view} } @@ -116,10 +116,10 @@ my instvar items set t [TableWidget new -volatile \ -columns { - Field package -label Package - AnchorField wf -label Workflow - AnchorField title -label "Todo" - Field state -label [::xowiki::FormPage::slot::state set pretty_name] + Field create package -label Package + AnchorField create wf -label Workflow + AnchorField create title -label "Todo" + Field create state -label [::xowiki::FormPage::slot::state set pretty_name] }] foreach i [$items children] { $i instvar wf_name name title state xowiki_form_page_id pid parent_id