mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
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:
@@ -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 ######
|
||||
|
||||
|
Reference in New Issue
Block a user