Index: openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl 21 Dec 2018 10:57:48 -0000 1.7 +++ openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl 3 Sep 2024 15:37:29 -0000 1.8 @@ -7,7 +7,7 @@ @creation-date 2003-09-09 } { {authority_id:naturalnum,notnull} - {enabled_p:boolean} + {enabled_p:boolean,notnull} } -validate { authority_exists -requires {authority_id:naturalnum} { if {![db_0or1row dbqd...check_authority_id {select authority_id from auth_authorities where authority_id = :authority_id}]} {