tedivm / mortar

Automatically exported from code.google.com/p/mortar
0 stars 0 forks source link

External Filtering Interface for ModelListings #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes external, post-database logic must be applied to winnow out 
inappropriate elements from a list of models. The ModelListing class should 
provide an explicit way to add filters of this type, which would be applied 
immediately after checking each model's permissions.

Original issue reported on code.google.com by charlequin@gmail.com on 9 May 2010 at 6:11

GoogleCodeExporter commented 9 years ago
This feature should specifically be used for the User Index, to exclude members 
of 
only system groups from the list, rather than the current way they are excluded 
in the 
action itself.

Original comment by charlequin@gmail.com on 9 May 2010 at 6:12