Changes between Initial Version and Version 1 of Ticket #29917, comment 2


Ignore:
Timestamp:
Nov 3, 2018, 5:25:50 AM (6 years ago)
Author:
Matthias Kestenholz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29917, comment 2

    initial v1  
    11Of 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`).
    22
    3 But if defining `actions` on base classes does not work why would `_get_base_actions` even traverse the MRO?
     3But 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")
Back to Top