To reproduce:
1) create a full export of your site
2) un tar/zip the export
3) edit one file (admin_bar.settings.json) and change one value ("position_fixed": 1,)
4) tar up your entire config directory again
5) import the new tar.gz, with changes
6) notice the (incorrect) warning on the page:
The uploaded configuration matches the current site configuration exactly. No changes were made.
This may be related to #640
GitHub Issue #:
661
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