diff --git a/dspace/config/dspace.cfg b/dspace/config/dspace.cfg index 1dd27fa82c..ac91d63f84 100644 --- a/dspace/config/dspace.cfg +++ b/dspace/config/dspace.cfg @@ -834,10 +834,13 @@ webui.submit.blocktheses = false # Defaults to true; If set to 'false', submitter has option to skip upload #webui.submit.upload.required = true +# Whether or not to use the 'advanced' form of the access step. +# Defaults to false, ie the simple form is used. +#webui.submission.restrictstep.enableAdvancedForm = false + # Special Group for UI: all the groups nested inside this group # will be loaded in the multiple select list of the RestrictStep -webui.submission.restrictstep.groups=SubmissionAdmin -webui.submission.restrictstep.enableAdvancedForm=true +#webui.submission.restrictstep.groups = SubmissionAdmin #### Creative Commons settings ######