Closed (won't fix)
Project:
Field Permissions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2011 at 22:14 UTC
Updated:
30 Jul 2016 at 04:24 UTC
Jump to comment: Most recent
Comments
Comment #1
markus_petrux commentedIf the field is shared between several content types, CCK uses the same table for both, therefore access control to the field data cannot be treated differently. For example, there would be no way in Views to control access to data related to the content type the user has access to.
I'm afraid it is not safe to provide this feature.
Comment #2
herve commentedHi, i ve tried to plan a specific module to implement per bundle permissions. Currently, i am using a custom table to store bundle permission settings. Could you explain exactly why it could be dangerous to have per bundle permissions markus? It's not really clear for me.
Thanks in advance,
Regards,
herve.
Comment #3
osopolarStatus should be open to get an answer of question #2.
Comment #4
mariacha1 commentedPer-bundle config would take up a lot of extra space in the database, and would cause you to have to update each bundle for field settings instead of just one. These arguments are articulated here:
https://www.drupal.org/node/1221186
From this module's point of view, if you want a field to have different permissions per bundle, you should create two different fields.
Also, this is D6, which I don't believe anyone is maintaining.