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.

CommentFileSizeAuthor
ccl_view_visibility_bug.patch1.16 KBcircuscowboy

Comments

bkoether’s picture

Patched and added to the dev release.

bkoether’s picture

Version: 7.x-1.x-dev » 7.x-1.2
Status: Needs review » Closed (fixed)

Fixed with 7.x-1.2 release.