diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index 5eb6fb3db6..e73b0c9883 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -470,6 +470,9 @@ class="mr-2 custom-badges pl-2 pr-2 rounded-lg"> this.lastAutosave = "-"; this.lastAutosaveNav = "-" } + if (task.id !== oldTask.id) { + this.editJsonData(); + } } }, formData: {