Closed (fixed)
Project:
Custom Contextual Links
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jan 2012 at 03:30 UTC
Updated:
13 Feb 2012 at 00:28 UTC
The visibility in the form of the ccl views did not work in one of my tests. I installed it on another site and it worked fine. Digging deeper I found if I quote the number it worked fine in both installs.
':input[name="view_options"]' => array('value' => 1),
to
':input[name="view_options"]' => array('value' => '1'),
I don't know exactly why things are working differently on the same server with very similar setups but if this fix makes it more consistent then so be it.
Patch should work on dev and stable.
| Comment | File | Size | Author |
|---|---|---|---|
| ccl_view_visibility_bug.patch | 1.16 KB | circuscowboy |
Comments
Comment #1
bkoether commentedPatched and added to the dev release.
Comment #2
bkoether commentedFixed with 7.x-1.2 release.