Describe your issue or idea
There are several interfaces in core where we allow people to choose a display mode to view (for example: in the Views UI, soon: reference field formatters, soon: node previews). In these places non-viewable view modes like RSS, Search-index, and Search result highlighting input appear as options, and they should not.
We need a way to filter them out so that these user interfaces contain only options that can actually be viewed.
Steps to reproduce (if reporting a bug)
- build a view of posts
Actual behavior (if reporting a bug)
- see the "Search index" display mode
Expected behavior (if reporting a bug)
- the "Search index" display mode should not be visible here
Recent comments
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access
I also note on this screen: "Furthermore note that content which is not published is treated in a different way by Backdrop: it can be viewed only by its author or users with the...
node access
I am seeing via dpm debug that the nodes that are authored by someone else are not even being interrogated at the view level; they are simply avoiding the hook_node_access call. Yet the...
node access