Description of the bug
I'm unable to set a node context on my layout. Though the UI will allow me to select "Node" to map to the placeholder in my path, saving the Layout takes me away from the configure form, and does not save my context. Returning to that form results in the Context being reset to String pass-through.
I do have hook_menu entries for this site that use %node in position 1, so the problem isn't that this path doesn't exist, or that it's not properly defined. These layouts should be "Overrides" for me, and not Layout pages.
Steps To Reproduce
To reproduce the behavior:
- Create a new layout at the path
test/%
- Select
Node as the context
- Save the layout - you will be taken to the manage blocks screen.
- Return to the conigure screen
- Confirm your context was not saved.
Actual behavior
Node context can be assigned.
Expected behavior
Node context can be assigned
Additional information
Add any other information that could help, such as:
- Backdrop CMS version:
- Web server and its version:
- PHP version:
- Database sever (MySQL or MariaDB?) and its version:
- Operating System and its version:
- Browser(s) and their versions:
Description of the bug
I'm unable to set a node context on my layout. Though the UI will allow me to select "Node" to map to the placeholder in my path, saving the Layout takes me away from the configure form, and does not save my context. Returning to that form results in the Context being reset to
String pass-through.I do have hook_menu entries for this site that use
%nodein position 1, so the problem isn't that this path doesn't exist, or that it's not properly defined. These layouts should be "Overrides" for me, and not Layout pages.Steps To Reproduce
To reproduce the behavior:
test/%Nodeas the contextActual behavior
Node context can be assigned.
Expected behavior
Node context can be assigned
Additional information
Add any other information that could help, such as: