Changes between Version 28 and Version 29 of ModelInheritance


Ignore:
Timestamp:
Apr 3, 2006, 10:05:41 AM (18 years ago)
Author:
larry @…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelInheritance

    v28 v29  
    290290
    2912912. tagging. I would like to 'mark' a model as being taggable, and let the mixin worry about the rest. This I could do now by overriding the many2many field type, but I think a mixing would be nicer
     292
     2933. row-level-security.  I would like to be able to specifify a the permissions of an item in either a tagging-like fashion or as a function of the values in that item.  For instance, if an item has a field "approver", and the value is set to "John", then I want John to have read/write permissions on that item.  As soon as the approver field is no longer set to "John", John would loose his privledge unless it was granted by something else in the item or some default.
Back to Top