Active
Project:
Annotate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 15:57 UTC
Updated:
31 Oct 2011 at 13:18 UTC
While converting to a Drupal 7 version I need to re-implement an access schedule.
As the code is now entity aware the annotations can be cast on not only nodes but user, taxonomy terms etc.
As we have 4 different annotate scopes (private, editorial, contributers and others) this could lead to an access explosion.
We need to fix this somehow.
Comments
Comment #1
clemens.tolboomThe access control is changed from a state of an annotation to a bundle settings.
The code
should change to a bundle type test.
The two bundles available are private and editor but these are just names.
We need a setting on a bundle base to indicate 'private', 'editor', 'public'.