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.204 -r1.7.2.205 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 22 Jan 2022 18:35:37 -0000 1.7.2.204 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 24 Jan 2022 16:15:44 -0000 1.7.2.205 @@ -7028,6 +7028,12 @@ test-item-policy-answer contains { Class create Package -array set require_permission { create-from-prototype admin + edit-new { + {{has_class ::xowiki::Object} swa} + {{has_class ::xowiki::FormPage} nobody} + {{has_name {[.](js|css)$}} id admin} + {id create} + } } Class create FormPage -array set require_permission { poll {{item_id read}}