Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.239.2.23 -r1.239.2.24 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Feb 2015 16:47:23 -0000 1.239.2.23 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Feb 2015 17:18:02 -0000 1.239.2.24 @@ -3316,7 +3316,7 @@ -name [my name].$name -id [my id].$name \ -locale [my locale] -object [my object] \ -value $element] - $c set_disabled [my exists disabled] + $c set_disabled 1; # this is a dummy field, never query for its value if {$c ni [my components]} {my lappend components $c} continue } @@ -3580,7 +3580,7 @@ } my create_components [subst { {title {text,label=#xowiki.event-title_of_event#}} - {summary {richtext,required,height=150px,label=#xowiki.event-summary_of_event#}} + {summary {richtext,height=150px,label=#xowiki.event-summary_of_event#}} {dtstart {date,required,format=DD_MONTH_YYYY_#xowiki.event-hourprefix#_HH24_MI, default=now,label=#xowiki.event-start_of_event#,display_format=%Q_%X}} {dtend date,format=$dtend_format,default=now,label=#xowiki.event-end_of_event#,display_format=$dtend_display_format}