mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
Atmire dspace 3.0 workflow contribution
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<!ATTLIST form name NMTOKEN #REQUIRED>
|
||||
<!ELEMENT page (field)+ >
|
||||
<!ATTLIST page number NMTOKEN #REQUIRED>
|
||||
<!ELEMENT field (dc-schema, dc-element, dc-qualifier?, repeatable?, label, input-type, hint, required?, vocabulary?) >
|
||||
<!ELEMENT field (dc-schema, dc-element, dc-qualifier?, repeatable?, label, input-type, hint, required?, vocabulary?, visibility?) >
|
||||
<!ELEMENT dc-schema (#PCDATA) >
|
||||
<!ELEMENT dc-element (#PCDATA) >
|
||||
<!ELEMENT dc-qualifier (#PCDATA) >
|
||||
@@ -51,3 +51,5 @@
|
||||
<!ELEMENT vocabulary (#PCDATA) >
|
||||
|
||||
<!ATTLIST vocabulary closed (true|false) "false">
|
||||
|
||||
<!ELEMENT visibility (#PCDATA) >
|
||||
|
@@ -10,3 +10,7 @@
|
||||
# xmlworkflow = New (as of 1.8.0) Configurable Reviewer Workflow
|
||||
workflow.framework=originalworkflow
|
||||
#workflow.framework=xmlworkflow
|
||||
|
||||
#Allow the reviewers to add/edit/remove files from the submission
|
||||
#When changing this property you might want to alert submitters in the license that reviewers can alter their files
|
||||
reviewer.file-edit=false
|
Reference in New Issue
Block a user