From 2a6c18a0ab5df1e4cffb42dea0d51a64b4b48d0b Mon Sep 17 00:00:00 2001 From: Andrea Schweer Date: Thu, 7 Nov 2013 12:28:59 +1300 Subject: [PATCH] DS-1766 Use simple access step by default Also added some documentation around the option, re-ordered access step options, normalised whitespace and commented them out by default. The JSPUI and XMLUI code already use a default value of 'false', so no code changes needed. --- dspace/config/dspace.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ######