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 -N -r1.7.2.241 -r1.7.2.242 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 22 Aug 2022 16:08:55 -0000 1.7.2.241 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 23 Aug 2022 18:44:55 -0000 1.7.2.242 @@ -6658,6 +6658,14 @@ # Method: exam_configuration_render_fields #---------------------------------------------------------------------- :method exam_configuration_render_fields {{-modifiable ""} fields} { + # + # Render the provided fields via tDOM. Non-modifiable + # form-fields are disabled. + # + # @param modifiable list of field names which are modifiable + # @return HTML + # + #ns_log notice "configuration_render called with modifiable <$modifiable>" ::xo::require_html_procs