fix: validator (#8)
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit

Co-authored-by: Arnaud Fornerot <afornerot@cadoles.com>
Reviewed-on: #8
This commit is contained in:
2022-10-26 09:19:16 +02:00
parent 19fa75e2eb
commit e52fdd9083
14 changed files with 234 additions and 19 deletions

View File

@ -66,7 +66,7 @@
{% if auditUse and mode=="update" and (access=="admin" or access=="modo" or access=="audit") %}
<div class="float-end" style="width:700px;max-width:100%">
{{ render(path("app_"~access~"_audit_renderid",{entityname:"Niveau02",entityid:niveau03.id})) }}
{{ render(path("app_"~access~"_audit_renderid",{entityname:"Niveau03",entityid:niveau03.id})) }}
</div>
{% endif %}
{{ form_end(form) }}

View File

@ -67,7 +67,7 @@
{% if auditUse and mode=="update" and (access=="admin" or access=="modo" or access=="audit") %}
<div class="float-end" style="width:700px;max-width:100%">
{{ render(path("app_"~access~"_audit_renderid",{entityname:"Niveau02",entityid:niveau03.id})) }}
{{ render(path("app_"~access~"_audit_renderid",{entityname:"Niveau04",entityid:niveau04.id})) }}
</div>
{% endif %}
{{ form_end(form) }}