diff --git a/portal-web/docroot/html/portlet/portlet_configuration/edit_permissions.jsp b/portal-web/docroot/html/portlet/portlet_configuration/edit_permissions.jsp index 8d91ba9a505df0..23f4000c3a480f 100644 --- a/portal-web/docroot/html/portlet/portlet_configuration/edit_permissions.jsp +++ b/portal-web/docroot/html/portlet/portlet_configuration/edit_permissions.jsp @@ -274,7 +274,7 @@ definePermissionsURL.setParameter(Constants.CMD, Constants.VIEW); if (resourceLayout.isPrivateLayout()) { Group resourceLayoutGroup = resourceLayout.getGroup(); - if (!resourceLayoutGroup.isLayoutSetPrototype()) { + if (!resourceLayoutGroup.isLayoutPrototype() && !resourceLayoutGroup.isLayoutSetPrototype()) { itr.remove(); } }