We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ad451 commit 88e532dCopy full SHA for 88e532d
resources/views/partials/forms/edit/permissions-base.blade.php
@@ -90,7 +90,7 @@ class="form-control {{ str_slug($main_section) }} inherit"
90
class="form-control {{ str_slug($main_section) }} deny"
91
data-checker-group="{{ str_slug($main_section) }}"
92
aria-label="{{ str_slug($main_section) }}"
93
- name="permission[{{ str_slug($main_section) }}]"
+ name="permission[{{ $section_name }}]"
94
@checked(array_key_exists(str_slug($main_section), $groupPermissions) && $groupPermissions[str_slug($main_section)] == '-1')
95
type="radio"
96
value="-1"
0 commit comments