Index: openacs-4/packages/forums/www/admin/subscribe-others-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/subscribe-others-2.tcl,v diff -u -r1.11.2.3 -r1.11.2.4 --- openacs-4/packages/forums/www/admin/subscribe-others-2.tcl 15 Jul 2022 16:19:56 -0000 1.11.2.3 +++ openacs-4/packages/forums/www/admin/subscribe-others-2.tcl 30 Aug 2022 13:08:30 -0000 1.11.2.4 @@ -7,12 +7,12 @@ @cvs-id $Id$ } { - forum_id:object_type(forums_forum) - type_id:object_type(notification_type) + forum_id:object_type(forums_forum),notnull + type_id:object_type(notification_type),notnull {lines} {return_url:localurl "."} - interval:object_type(notification_interval) - delivery_method:object_type(notification_delivery_method) + interval:object_type(notification_interval),notnull + delivery_method:object_type(notification_delivery_method),notnull {emails ""} {subscriber_ids:object_type(user),multiple} {create_new_users_p:boolean "f"}