-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
As of now, you can easily override getSelectFiltred in your CRUD controllers to group some rows together (even though you have to reset the group statement of the request). I did it to group media by their sha1 property.
However this does break some functionnalities:
- Actions by lot : checking a few boxes and calling an action on them only affects the first row of a group.
- individual action : clicking on an action link only affects the first row of a group
- Basically anything that expects only one tuple of primary key. (usually just the
idproperty).
I already gave some thoughts to it and I couldn't find a way to do this without modifying huge parts of the code in many different places. So I'm filing this feature request instead of trying to make it a pull request because it still would be nice to have.