Corriger la selection globale des permissions
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
This commit is contained in:
parent
bab3525ad7
commit
fec702ce38
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<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>
|
||||
<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>
|
||||
</summary>
|
||||
<div class="card-body row g-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue