We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe3629 commit 7d47ac7Copy full SHA for 7d47ac7
1 file changed
resources/views/tasks/partials/hitl-iframe.blade.php
@@ -1,8 +1,7 @@
1
{{-- Smart Extract Manual Edit content when HITL is enabled --}}
2
@php
3
// Note: This URL will be obtained from request data in future implementation.
4
- $iframeSrc =
5
- 'https://assets.processmaker.net/tces/edit.html?documentToken=6519c0f184aa123baaee296111e5247c&fileId=nOh7qKiHnLL3786w3N3QUu1u7RI3p_6b02cbd0-7551-446b-9b57-5cb931037845';
+ $iframeSrc = null;
6
@endphp
7
8
@if (!empty($iframeSrc))
0 commit comments