This is a follow-up to https://github.com/backdrop/backdrop-issues/issues/2632
The goal is to get rid of the "Manage file display" page entirely. We should move the settings that are currently on that page under a "configure" link on the File
row on the usual "manage displays" page. A good example of what this would look like can be found on any other fieldable entity.
Example of configure link (closed):
Example of configure link (open):
Current settings on the "Manage file display" page:
Destination for these settings:
Advocate: @jenlampton
Weekly update?
PR: ?
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