Hello,
How does your module handle the following situation: Context A is set to trigger on path=/mypath*. Then Context B is set to trigger on path=/mypath/mysubpath*. When /mypath/mysubpath/whateverpage is encountered, which Context would it be in? Technically, it qualifies to be in both, even though semantically I'd want it to be Context B. So, I'd be interested to know how Context reacts in this scenario, knowing that a node or path can't be in 2 contexts at once.
Perhaps in the future, a nice enhancement would be to have sub-Contexts to handle this scenario more cleanly and predictably.
Thanks for any insight!
Mike
Comments
Comment #1
steven jones commentedI think that at the moment the context evaluated 'last' wins, and I believe that contexts are evaluated in alphabetical order. I might be wrong however.