-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Bug report
Title
UI issue: Internal ACL labels like admin::app.acl.event shown on Role Edit/Create page
Issue Description
On the Role Edit/Create page in the Admin Panel, internal ACL keys are displayed instead of user-friendly labels. This creates confusion when assigning permissions.
Preconditions
Please provide as detailed information about your environment as possible:
- Framework Version: Laravel 2.1
- Commit ID:
Steps to reproduce
- Log in to the Admin Panel.
- Go to Settings → Roles.
- Click Edit on an existing role, or click Create Role.
- Scroll to the permissions list.
- Observe labels like
admin::app.acl.eventandadmin::app.acl.campaigns.
Expected result
- ACL labels should display in a readable format (e.g. “Events”, “Campaigns”).
- UI should be user-friendly for non-technical administrators.
Actual result
- Internal ACL keys (
admin::app.acl.event,admin::app.acl.campaigns) appear directly in the UI. - Causes confusion for users unfamiliar with internal key structure.
