Bugfix/FOUR-21700: When filling any field from . web entry , we see an error in the console by CarliPinell · Pull Request #7976 · ProcessMaker/processmaker
Expand Up
@@ -432,7 +432,7 @@ class="mr-2 custom-badges pl-2 pr-2 rounded-lg">
const userIsAdmin = {{ Auth::user()->is_administrator ? "true": "false" }};
const userIsProcessManager = {{ Auth::user()->id === $task->process?->manager_id ? "true": "false" }};
const userConfiguration = @json($userConfiguration);
let screenFields = @json($screenFields); window.Processmaker.user = @json($currentUser); window.ProcessMaker.taskDraftsEnabled = @json($taskDraftsEnabled); </script> Expand Down
let screenFields = @json($screenFields); window.Processmaker.user = @json($currentUser); window.ProcessMaker.taskDraftsEnabled = @json($taskDraftsEnabled); </script> Expand Down