Column based security

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
miwalder
Posts: 10
Joined: 2013-02-11 20:36
Location: Switzerland
Contact:

Column based security

Post by miwalder » 2024-07-10 16:17

Hi everyone

On top of my wishlist, is column based security. Sometimes users should only see certain fields which they can edit and others should be read only. I created a workaround for this problem: https://forums.appgini.com/phpbb/viewto ... f=7&t=5416. But it would be nice to have this feature in the app. Is this planned or is it just a vision for the future?

Thanks for everything, because for the price Appgini offers a lot.

Michael

User avatar
a.gneady
Site Admin
Posts: 1308
Joined: 2012-09-27 14:46
Contact:

Re: Column based security

Post by a.gneady » 2024-07-13 14:52

Yes, this is planned for future releases. Will probably be implemented in the form of a hook that sets the status of each field in the current table to one of: 'editable', 'readonly' or 'hidden', leaving the logic for determining this to the hook itself. This allows implementing column permissions based on user/group permissions and/or business logic. Stay tuned!
:idea: AppGini plugins to add more power to your apps:

Post Reply