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.
This commit is contained in:
Andrea Schweer
2013-11-07 12:28:59 +13:00
parent e4fac3864e
commit 2a6c18a0ab

View File

@@ -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 ######