From 122b27b2407e8219e87277177453a865b2834c3b Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Thu, 9 Jan 2025 13:21:06 -0800 Subject: [PATCH] Reload the data tab when the task changes --- resources/views/tasks/edit.blade.php | 3 +++ 1 file changed, 3 insertions(+) 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: {