mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.2 to HEAD
7452: Fixes submit breakage. 7456: Patch to redeploy new submission workflow definition 7457: Added 'View Deployment' action to workflow sandbox so reviewers can examine the last attempted deployment Added 'Allocated' field to server config, tooltip shows which store the test server is allocated to git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8363 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -216,7 +216,8 @@
|
||||
|
||||
<task-node name="submitted">
|
||||
<event type="node-enter">
|
||||
<action class="org.alfresco.repo.avm.wf.AVMSubmitPackageHandler"/>
|
||||
<action class="org.alfresco.repo.avm.wf.AVMSubmitPackageHandler"/>
|
||||
<action class="org.alfresco.repo.avm.wf.AVMDeployHandler"/>
|
||||
</event>
|
||||
<task name="wcmwf:submittedTask" swimlane="initiator" />
|
||||
<transition name="" to="end" />
|
||||
@@ -229,7 +230,8 @@
|
||||
<end-state name="end"/>
|
||||
|
||||
<event type="process-end">
|
||||
<action class="org.alfresco.repo.avm.wf.AVMRemoveAllSrcWebappsHandler"/>
|
||||
<action class="org.alfresco.repo.avm.wf.AVMRemoveAllSrcWebappsHandler"/>
|
||||
<action class="org.alfresco.repo.avm.wf.AVMReleaseTestServerHandler"/>
|
||||
<action class="org.alfresco.repo.avm.wf.AVMRemoveWFStoreHandler"/>
|
||||
</event>
|
||||
|
||||
|
@@ -59,6 +59,8 @@ wcmwf_workflowmodel.property.wcmwf_label.title=Submission Label
|
||||
wcmwf_workflowmodel.property.wcmwf_label.description=Label associated with the submission
|
||||
wcmwf_workflowmodel.property.wcmwf_launchDate.title=Launch Date
|
||||
wcmwf_workflowmodel.property.wcmwf_launchDate.description=Date the content in the submission should be committed
|
||||
wcmwf_workflowmodel.property.wcmwf_autoDeploy.title=Auto Deploy
|
||||
wcmwf_workflowmodel.property.wcmwf_autoDeploy.description=Whether the submitted changes should be deployed upon approval
|
||||
wcmwf_workflowmodel.property.wcmwf_validateLinks.title=Validate Links
|
||||
wcmwf_workflowmodel.property.wcmwf_validateLinks.description=Whether links should be verified before entering the review cycle
|
||||
wcmwf_workflowmodel.property.wcmwf_webapp.title=Webapp
|
||||
|
Reference in New Issue
Block a user