Closed (fixed)
Project:
Site Settings and Labels
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2024 at 04:44 UTC
Updated:
7 Aug 2024 at 10:54 UTC
Jump to comment: Most recent
Comments
Comment #3
sahilgidwani commentedI have committed proposed changes and created a merge request.
Comment #4
scott_euser commentedThanks for raising. However we should not give create, update, and delete access. Only view access should be allowed. So admin permission attribute would need to be removed and replaced with an access handler so existing permission can be returned for all but view.
Thanks!
Comment #5
scott_euser commentedI would also be okay if you wanted to create a seperate permission for configuring like 'administer site settings types' but this would then also need an update hook to maintain the status quo for existing installs.
Comment #7
scott_euser commentedOkay implemented my feedback.