mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #2076 from C-Otto/fix-2048
also update project name in multiple-actions mode
This commit is contained in:
commit
2bda716ceb
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue