diff --git a/modules/backend/formwidgets/permissioneditor/partials/_permissioneditor.htm b/modules/backend/formwidgets/permissioneditor/partials/_permissioneditor.htm index 4a6377650..1284a6c59 100644 --- a/modules/backend/formwidgets/permissioneditor/partials/_permissioneditor.htm +++ b/modules/backend/formwidgets/permissioneditor/partials/_permissioneditor.htm @@ -32,6 +32,10 @@ else { $isChecked = array_key_exists($permission->code, $permissionsData); } + + $allowId = $this->getId('permission-' . $globalIndex . '-allow'); + $inheritId = $this->getId('permission-' . $globalIndex . '-inherit'); + $denyId = $this->getId('permission-' . $globalIndex . '-deny'); ?> - +
> - +
@@ -76,20 +80,20 @@
type="radio" > - +
@@ -97,7 +101,7 @@ data-radio-color="red" > - +