In the API documentation for node_permissions_get_configured_types() it says:
To exclude a specific node from getting permissions defined for it, set the
node_permissions_$type
variable to 0.
This is correct for Drupal 7, but not correct for Backdrop. From looking at the code, it is referring to the setting "$info->settings['node_permissions']
" which would be specified in the node definition originally passed tonode_type_save()
.
I think this also should be documented in a change record.
What's my next step for reporting/fixing this?
Recent comments
Wow @bwpanda, this is fantastic!!!
May 19th - Weekly Meeting Agenda Items
I've made a PR for BackdropCMS.org's "Demo" page that adds a new button for viewing/testing a "dev preview" - a single Tugboat instance that's built on the latest code from the 1.x branch: https://...
May 19th - Weekly Meeting Agenda Items
Herb, I was able to reproduce the problem and also found the causes for it. Updates on the queues: https://github.com/backdrop/backdrop-issues/issues/5629 https://github.com/backdrop-contrib/...
Front page disappear after update to 1.22
Using core I was not able to recreate the issue. There may be some bug with Layout Node module. I installed a fresh 1.21.4 site, added a custom block to the home layout. Then upgraded to 1.22.0. My...
Front page disappear after update to 1.22
I can confirm, as a regular user, but with a long experience of both Drupal 7 and Backdrop CMS, that what Stpaultim has written is completely true and, in my opinion, a sufficient explanation for...
Structure when Backdrop was forked