Index: openacs-4/packages/file-storage/www/copy.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/copy.tcl,v diff -u -r1.11.2.8 -r1.11.2.9 --- openacs-4/packages/file-storage/www/copy.tcl 22 Oct 2023 16:30:01 -0000 1.11.2.8 +++ openacs-4/packages/file-storage/www/copy.tcl 30 Jul 2024 13:45:29 -0000 1.11.2.9 @@ -7,10 +7,10 @@ @author Dave Bauer dave@thedesignexperience.org } -query { - object_id:notnull,integer,multiple - folder_id:naturalnum,optional + object_id:notnull,object_id,multiple + folder_id:object_id,optional {return_url:localurl ""} - {root_folder_id:integer ""} + {root_folder_id:object_id ""} {redirect_to_folder:boolean,notnull 0} {show_items:boolean,notnull 0} } -errors {object_id:,notnull,integer,multiple {Please select at least one item to copy.}