Closed (outdated)
Project:
Editable Fields
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2009 at 15:58 UTC
Updated:
31 Jan 2017 at 18:10 UTC
Jump to comment: Most recent
Comments
Comment #1
psynaptic commentedI have tested this and it works fine. Please commit. :)
Comment #2
markfoodyburton commentedYOu shoudl update to the latest (dev) version of CCK, this patch is, I think, only valid on older versions of CCK.
Cheers
Mark.
Comment #3
tim.plunkettTrailing whitespace here, but that could be fixed on commit
Thats indented 5 spaces, kinda odd. It could just go on one line, or 6 spaces in.
Comment #4
stewart.adam commentedThis patch calls a hook implementation directly (content_permissions_field_access is an implementation of hook_field_access) and will therefore ignore any permissions defined through this hook in other modules. It should use module_load_include() to include the file content_access() is defined in (i.e. content.module) and call content_access() to check for permissions it as before.
Comment #5
joelpittetLast update was 2012, going to close as outdated because it's against 6.x branch.