From fb8f57d199a0dc0d54c55db8c871247da6b60f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20Cesar=20Laura=20Avenda=C3=B1o?= Date: Mon, 27 Jan 2025 16:44:52 -0400 Subject: [PATCH] FOUR-21624 There is not Clear draft in task detail --- resources/views/tasks/edit.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index 671778fa7a..1e8da93477 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -433,6 +433,7 @@ class="mr-2 custom-badges pl-2 pr-2 rounded-lg"> const userConfiguration = @json($userConfiguration); window.Processmaker.user = @json($currentUser); + window.ProcessMaker.taskDraftsEnabled = @json($taskDraftsEnabled); @foreach(GlobalScripts::getScripts() as $script)