Show warning when no workflow is defined for the role (#30853).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17899 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-02-24 15:36:25 +00:00
parent d7c0a2bc53
commit 554a09af50
3 changed files with 27 additions and 0 deletions

View File

@@ -1130,6 +1130,7 @@ en:
text_caracters_minimum: "Must be at least %{count} characters long."
text_length_between: "Length between %{min} and %{max} characters."
text_tracker_no_workflow: No workflow defined for this tracker
text_role_no_workflow: No workflow defined for this role
text_unallowed_characters: Unallowed characters
text_comma_separated: Multiple values allowed (comma separated).
text_line_separated: Multiple values allowed (one line for each value).