It would be nice to have an access permission for CCK Redirection fields. Is there a module extending CCK that handles this better or should I submit some a patch to incorporate the access hook and necessary checks?
It would be nice to have an access permission for CCK Redirection fields. Is there a module extending CCK that handles this better or should I submit some a patch to incorporate the access hook and necessary checks?
Comments
Comment #1
guillaumeduveauThe only permission configurable is for "bypass redirection".
The anonymous user gets an access denied on a node with a CCK Redirection, what to do about it ?
Comment #2
hefox commentedAccess to view/edit the cck redirect field? Content permissions that comes bundled with CCK should be that if I understand your question, but I guess I don't. (Not module maintainer or anything, just was reading the issue queue)
Comment #3
guillaumeduveauI solved my problem, the access denied wasnot caused by CCK redirection.
Comment #4
petya_vulcheva commentedHi,
What was the problem with the access for anonymous users to redirect? I am having the same problem and cannot find out jow to solve it. Canyou help?
Comment #5
guillaumeduveauIt was caused by Workflow module, so really nothing to do with CCK Redirection.
Comment #6
guillaumeduveau