Please use this topic to suggest agenda items for our weekly meetings.
This week we will be having an Outreach meeting followed by the weekly Dev meeting.
For more information about our weekly meetings: https://backdropcms.org/news/meetings
Please use this topic to suggest agenda items for our weekly meetings.
This week we will be having an Outreach meeting followed by the weekly Dev meeting.
For more information about our weekly meetings: https://backdropcms.org/news/meetings
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
One suggestion would be to "fail early". It looks like if the user does not have the organisation field set, none of the other code matters. if ($role == "organisation") { $u = user_load($...
node access
Great, willowf! Glad to help. Yes, posting on the issue queues is the way to go. What you saw here doesn't always happen :) stpaultim and I caught an interest in this module since it was...
Points for users