Skip to content

Commit dd2e099

Browse files
#13 ability to add modal confirmation or nothing instead of launch from of process run ui.
Quality
1 parent ad6d10a commit dd2e099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/admin/process/list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<td>{% if process.options.ui.source is defined %}{{ process.options.ui.source }}{% endif %}</td>
3434
<td>{% if process.options.ui.target is defined %}{{ process.options.ui.target }}{% endif %}</td>
3535
<td class="text-center">
36-
{% if (false == uiOptions.input_context_launcher_form and true == uiOptions.run_confirmation_modal) %}
36+
{% if (false == uiOptions.input_context_launcher_form and true == uiOptions.run_confirmation_modal) %}
3737
<a class="px-1" data-toggle="tooltip" data-placement="top" title="{{ 'Launch'|trans }}" data-bs-toggle="modal" data-bs-target="#{{ process.code }}">
3838
<i class="fas fa-rocket"></i>
3939
</a>

templates/components/BootstrapModal.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
{% endblock %}
3535
</div>
3636
</div>
37-
</div>
37+
</div>

0 commit comments

Comments
 (0)