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 -N -r1.11.2.2 -r1.11.2.3 --- openacs-4/packages/forums/www/admin/subscribe-others-2.tcl 1 Sep 2020 17:30:27 -0000 1.11.2.2 +++ openacs-4/packages/forums/www/admin/subscribe-others-2.tcl 15 Jul 2022 16:19:56 -0000 1.11.2.3 @@ -7,14 +7,14 @@ @cvs-id $Id$ } { - forum_id:naturalnum,notnull - type_id:naturalnum,notnull + forum_id:object_type(forums_forum) + type_id:object_type(notification_type) {lines} {return_url:localurl "."} - interval:notnull - delivery_method:notnull + interval:object_type(notification_interval) + delivery_method:object_type(notification_delivery_method) {emails ""} - {subscriber_ids:integer,multiple} + {subscriber_ids:object_type(user),multiple} {create_new_users_p:boolean "f"} }