Responses:
-I can edit nodes
-I can access the DB but will need help finding the items - not comfortable poking around.
- No errors or warnings in log after visiting pages...
Hmm... hard to tell. I don't see any module there that modifies the Backdrop routes for node editing etc.
Can you check if you can still edit notes? For example by going to node/NODE_ID/...
Posted55 min 55 sec ago by Alejandro Cremaschi (argiepiano) on:
Don't worry. Another way to help out is by testing fixes that others provide and clearly documenting and new issues you find in the issue queues. Sometimes that can be the thing that allows it...
Posted2 hours 58 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Hi! In the end, I chose to use the form block and made an override of the block. With some CSS and JavaScript, I created a modal form that only includes a text field and the option to upload...
Comments
This issue may be related (and it looks like it has a PR that can be tested):
https://github.com/backdrop/backdrop-issues/issues/2134
That PR wont be in production any time soon. But you could make a quick access condition module, its quite simple. Use as a guide: https://github.com/backdrop/backdrop/blob/1.x/core/modules/layout/plugins/access/path_layout_access.inc or https://github.com/backdrop-contrib/block_scheduler
Your form function would probably be something like:
And your access function:
Some adjustment may be necessary.
As an easy workaround without any coding Views could be your friend.
We'd need some more info about your use-case though. Could you describe a bit more, please?