im working with dspace 6.0 xmlui mirage2 theme modifiy workflow.xml
for a specific community (Reposit/4) , i want to publish without approval, all others community get default workflow but im doing something wrong because is not working.... <?xml version="1.0" encoding="UTF-8"?> <wf-config> <workflow-map> <name-map collection="default" workflow="default"/> <!--<name-map collection="123456789/4" workflow="selectSingleReviewer"/>--> <!--<name-map collection="123456789/5" workflow="scoreReview"/>--> <name-map collection="Reposit/4" workflow="ColeccQGral"> <!--quimica--> </workflow-map> <!-- only here need to auto-approval --> <workflow id="ColeccQGral" start="NothingToDo"> <step id="NothingToDo" userSelectionMethod="claimaction"> <outcomes> <step status="1">ColeccQGral</step> </outcomes> <actions> <action id="finaleditaction"/> </actions> </step> </Workflow> ................ -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
