|
|
@@ -105,6 +105,7 @@ |
|
|
|
<div class="row mb-2"> |
|
|
|
|
|
|
|
{% set params_reminders = {crudAction: null, crudControllerFqcn: null, entityId: null} %} |
|
|
|
{% set params_reminders_null = params_reminders %} |
|
|
|
{% if ea is defined and ea %} |
|
|
|
{% if ea.crud is defined and ea.crud %} |
|
|
|
{% set params_reminders = params_reminders|merge({crudAction: ea.crud.currentAction}) %} |
|
|
@@ -116,8 +117,10 @@ |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% block reminders %} |
|
|
|
{% set reminders = sov_reminders(params_reminders) %} |
|
|
|
{% include '@LcSov/admin/reminder/block.html.twig' %} |
|
|
|
{% if params_reminders_null != params_reminders %} |
|
|
|
{% set reminders = sov_reminders(params_reminders) %} |
|
|
|
{% include '@LcSov/admin/reminder/block.html.twig' %} |
|
|
|
{% endif %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
{% set has_help_message = (ea.crud.helpMessage ?? '') is not empty %} |