- Issue created by @erwangel
- First commit to issue fork.
I wanted to give some more space to users when adding or editing nodes or their profile page. So I used Context to remove the second sidebar of my theme. This resulted to remove the sidebar on all pages although I think my conditions are correct (see reproduce below)
These are my settings:
Conditions: Request path exclusion
/node/add/*
/node/*/edit/
/user/*/edit
Reaction: Disable a region containing some blocks in selected theme (in my case bootstrap second sidebar)
Result: The region disappears whatever the page is (tested on viewing a user's profile and display front page and a node)
Disabling the context brings back the previously removed region.
Active
5.0
Code