Changes between Version 1 and Version 2 of Ticket #29519
- Timestamp:
- Jun 23, 2018, 5:54:30 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29519 – Description
v1 v2 18 18 Where MyFieldListFilter is a filter that extends admin.SimpleListFilter 19 19 When the above filter is applied(alone or in combination with others) _selected_action is not respected when applying an action and as a result actions get applied to all records, not just the selected ones 20 As a hack I ended up doing in one of my custom actions :20 As a hack I ended up doing in one of my custom actions (although this is applicable to all actions including build in ones like delete): 21 21 {{{ 22 22 #!div style="font-size: 80%"