Hello again with another question:
How to give/restrict to a specific role the permission to view a field of a node-type renderd in a view?
To explain: I have installed the field permissions module to restrict the visibility of a node field to registered users only. This works works fine when rendering/viewing the node directly (/node/xy)
In the next step I've built a view to show a list of those nodes in a table (node fields). In that view/table, the restricted field is visible and I can't find any section where to set the permissions for the individual field (only for the entire view, via access).
As always, any hint or help makes me happy
Best regards
Hello
There is a module field_permissions which restricts access on a field basis directly in your content type. Maybe you want give it a try.
https://backdropcms.org/project/field_permissions
On the drupal page there is a screenshot of the field settings:
https://www.drupal.org/files/images/field_permissions.jpg
greetings
Conni