Skip to content

Commit 723abca

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 32b2832 + 88e532d commit 723abca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/forms/edit/permissions-base.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class="form-control {{ str_slug($main_section) }} inherit"
9090
class="form-control {{ str_slug($main_section) }} deny"
9191
data-checker-group="{{ str_slug($main_section) }}"
9292
aria-label="{{ str_slug($main_section) }}"
93-
name="permission[{{ str_slug($main_section) }}]"
93+
name="permission[{{ $section_name }}]"
9494
@checked(array_key_exists(str_slug($main_section), $groupPermissions) && $groupPermissions[str_slug($main_section)] == '-1')
9595
type="radio"
9696
value="-1"

0 commit comments

Comments
 (0)