Skip to content
Snippets Groups Projects
Verified Commit 2f13ee1f authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3037906 by vadim.hirbu: Add translation contexts to workflow schema

(cherry picked from commit 2358d611)
parent 2739c16c
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ workflows.state: ...@@ -20,6 +20,7 @@ workflows.state:
label: label:
type: label type: label
label: 'Label' label: 'Label'
translation context: 'Workflow state label'
weight: weight:
type: integer type: integer
label: 'Weight' label: 'Weight'
...@@ -30,6 +31,7 @@ workflows.transition: ...@@ -30,6 +31,7 @@ workflows.transition:
label: label:
type: label type: label
label: 'Transition label' label: 'Transition label'
translation context: 'Workflow transition label'
from: from:
type: sequence type: sequence
label: 'From state IDs' label: 'From state IDs'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment