In my data model, I have a field that should be editable only. Ordinary users can edit entries in the model and view this particular field, but they should not edit them. Is there a simple / clean approach for this? I suppose you need to create an additional admin_edit controller action, but what is the best way to "lock" the data field in the controller?
source
share