When I try to pass an argument that isn't a token variable to views carousel, I get this error:
viewsCarousel.carousel.views has no properties
autoAttach()views_carousel.js (line 86)
e()jquery.js (line 2)
e()jquery.js (line 2)
e([function(), function(), function(), 6 more...], function(), undefined)jquery.js (line 2)
e()jquery.js (line 2)
[Break on this error] viewsCarousel.carousel.views[view_name].args = args.join('/');After doing some research, I found that this problem only shows it head at CVS revision 1.3.2.8, the revision where token support is enabled. All this revision seems to do is uncomment the token code, but it aggregates this error for reasons I don't understand. Now, I'm not sure if this would be a fault of Viewfield or Views Carousel since other more standard views seem to accept none token arguments just fine, but I was hoping someone could lead me in the right direction.
Thanks in advanced.
Comments
Comment #1
darren ohSince the error is generated by View Carousel, moving there. Please open a new issue here if it turns out that Viewfield is doing something wrong.
Comment #2
recidive commentedCan you please provide steps to replicate the problem?