diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-11-06 09:11:58 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-11-06 09:11:58 +0000 |
commit | e9b94a19de65c6548d9f97e82f957d7eaf1729d5 (patch) | |
tree | 951df015491aa66c1491f0d1f32df004fa9fc251 /config/locales | |
parent | 7b9f5af952ba9396b47408234db2a4a4c860948c (diff) | |
download | redmine-e9b94a19de65c6548d9f97e82f957d7eaf1729d5.tar.gz redmine-e9b94a19de65c6548d9f97e82f957d7eaf1729d5.zip |
Adds button to "Create and follow" when adding a subtask from the parent issue. Now the user have the following options:
* Create: redirects the user to the parent task (existing behaviour)
* Create and follow: redirects the user to the newly created subtask (new behaviour)
* Create and add another: redirects the user to new subtask (existing behaviour).
(#29076).
git-svn-id: http://svn.redmine.org/redmine/trunk@21269 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index e9352dd02..18d7e2615 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1186,6 +1186,7 @@ en: button_save_object: "Save %{object_name}" button_edit_object: "Edit %{object_name}" button_delete_object: "Delete %{object_name}" + button_create_and_follow: Create and follow status_active: active status_registered: registered |