The context_exists access plug-in has a single configuration field: exists defined in ctools/plugins/access/context_exists.inc on line 23.
The access check function ctools_context_exists_ctools_access_check() (line 34 of the same file) looks for the field context_exists instead. This results in all "context exists" access rules being evaluated as "context does not exist" access rules.
The attached patch amends ctools_context_exists_ctools_access_check() to use the correct field name.
| Comment | File | Size | Author |
|---|---|---|---|
| context_exists-field-name.patch | 638 bytes | thsutton |
Comments
Comment #1
merlinofchaos commentedCommitted to 6.x Needs porting to the 7.x version. Thanks!
Comment #2
merlinofchaos commentedAll of the 'to be ported' patches got merged in during the porting sprint in September.