#159: workflow steps ui

This commit is contained in:
Benjamin Gamard
2018-01-28 12:24:40 +01:00
parent 8284169923
commit 0ab6c8e4b0
5 changed files with 137 additions and 45 deletions
+11 -2
View File
@@ -266,7 +266,15 @@
"delete_workflow_message": "Do you really want to delete this workflow? Currently running workflows will not be deleted",
"edit_workflow_title": "<small>Edit</small> \"{{ name }}\"",
"add_workflow_title": "<small>Add a</small> workflow",
"name": "Name"
"name": "Name",
"name_placeholder": "Step name or description",
"drag_help": "Drag and drop to rorder the step",
"type": "Step type",
"type_approve": "Approve",
"type_validate": "Validate",
"target": "Assigned to",
"target_help": "<strong>Approve:</strong> Review and continue the workflow<br/><strong>Validate:</strong> Accept or reject the review",
"add_step": "Add a workflow step"
}
},
"security": {
@@ -391,7 +399,8 @@
"File": "File",
"Group": "Group",
"Tag": "Tag",
"User": "User"
"User": "User",
"RouteModel": "Workflow"
},
"selectrelation": {
"typeahead": "Type a document title"