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
Interesting question! One idea (not tested): Set up another view with the terms, sort by term, and integrate that view as field, using Views Field View. For a workaround, the following Drupal module...
Sorting Taxonomy Terms in View
I found this https://github.com/docwilmot/backdrop/archive/refs/heads/announce.zip I'm not sure if I have to install it to Backdrop first to be able to use the Block sorting feature.
How do I define a Weight Block in a layout?
Further to this, we have the following accessibility features on that screen: Keyboard shortcuts (cursor keys to move blocks up and down within region) - see https://github.com/backdrop/backdrop-...
How do I define a Weight Block in a layout?
@yorkshirepudding Thank you for your answer. If block arrangement requires using the mouse to drag and drop It shows that right now blind people really can't use this function. Because screen...
How do I define a Weight Block in a layout?
I've added a topic to our chat channel at: https://backdrop.zulipchat.com/#narrow/stream/218635-Backdrop/topic/Layo... I will post any actions or feedback here also.
How do I define a Weight Block in a layout?