I have recently noticed that viewfield shows views even if they have restricted permissions. My website is packed with different modules, so I'm not really sure whether it's viewfield's fault or some combination of different modules.
So, my question is: should viewfield support views access permissions at all? If not, how could I make viewfield views visible only to certain user roles? (Hint: CCK field permissions doesn't work for me either.)
Comments
Comment #1
jerdavisThe short answer is no, it was not doing access checking prior to view execution. I just committed a fix for this. Thanks!
Jer
Comment #2
jerdavisFYI - Committed to HEAD, will be fixed in 6.x
Comment #4
J.B-2 commentedHi folks, has this been fixed in 6 yet? Still seems to be an issue for me?
Comment #5
sunYes, 6.x uses regular Views API functions to render the view. Of course, Views API functions respect their own access plugin system.