[Zope] What Products created What Permissions
   
    Michel Pelletier
     
    michel@digicool.com
       
    Tue, 17 Oct 2000 17:51:40 -0700
    
    
  
Chris Withers wrote:
> 
> Michael Bernstein wrote:
> > On a slightly different note, I think that the permissions
> > list should be viewable in two more ways: A view where
> > permissions are grouped into 'subjects', (for example all
Perhaps a better idea is that Permissions are classes that inherit from
super class permissions, so permission could be laid out in a
heirarchical fasion.
Permission
  Add
    Add Foos
  Edit
    Edit Bars
  Delete
    Delete Bobs
  View
etc...
we've thought about this before.  implementation makes my brain hurt.
-Michel