Changes between Initial Version and Version 1 of Ticket #29917, comment 2
- Timestamp:
- Nov 3, 2018, 5:25:50 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29917, comment 2
initial v1 1 1 Of course I can workaround the issue (a even better workaround in this case would be to move the `actions = ["move_to_folder"]` line from `FileAdminBase` to `FileAdmin`). 2 2 3 But if defining `actions` on base classes does not work why would `_get_base_actions` even traverse the MRO? 3 But if defining `actions` on base classes ìsn't allowed why would `_get_base_actions` even traverse the MRO? 4 5 (Changed "does not work" to "isn't allowed")