also update project name in multiple-actions mode

fixes #2048
This commit is contained in:
Carsten Otto 2017-03-18 20:58:40 +01:00
parent 881faa0d02
commit 2e89a36345
2 changed files with 17 additions and 0 deletions

View file

@ -28,6 +28,7 @@ var TracksForm = {
},
set_project_name_and_default_project_name: function (name) {
$('input#todo_project_name').val(name);
$('input#multi_todo_project_name').val(name);
$('#default_project_name_id').val(name);
},
set_tag_list_and_default_tag_list: function (name) {