Corriger la selection globale des permissions
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run

This commit is contained in:
root 2026-08-21 15:58:28 +00:00
parent bab3525ad7
commit fec702ce38

View file

@ -12,7 +12,7 @@
<summary class="card-header d-flex align-items-center gap-2" style="cursor:pointer;list-style:none"> <summary class="card-header d-flex align-items-center gap-2" style="cursor:pointer;list-style:none">
<span class="me-auto"><i class="bi bi-chevron-right section-chevron"></i> <strong>{{ permission_labels.get(module, module|replace('_', ' ')|title) }}</strong> <small class="text-muted">({{ permissions|length }})</small></span> <span class="me-auto"><i class="bi bi-chevron-right section-chevron"></i> <strong>{{ permission_labels.get(module, module|replace('_', ' ')|title) }}</strong> <small class="text-muted">({{ permissions|length }})</small></span>
<label class="small mb-0" onclick="event.stopPropagation()"> <label class="small mb-0" onclick="event.stopPropagation()">
<input type="checkbox" class="section-toggle me-1" data-section="{{ section_id }}"> Tout sélectionner <input type="checkbox" class="section-toggle me-1" data-section="section-{{ section_id }}"> Tout sélectionner
</label> </label>
</summary> </summary>
<div class="card-body row g-2"> <div class="card-body row g-2">