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)