|
Twitter Feed
|
Current Record: viewable_editable_fieldsHow to make a field editable for some users and only viewable for some other users[Permalink]If we want only some users to edit a field and some other users only to view that field, then we need to define a fieldX__permissions() method for that field which gives desired permissions for specific users. One solution is as below. permissions.ini
TableX.php (Delegate class of TableX)
blog comments powered by Disqus
|