Django-import-export: export action not showing on model admin with custom action

Created on 27 Mar 2020  路  4Comments  路  Source: django-import-export/django-import-export

Its working fine with other models without custom action

Most helpful comment

found a fix

actions = ImportExportActionModelAdmin.actions + [my_action]

All 4 comments

im using ImportExportActionModelAdmin

found a fix

actions = ImportExportActionModelAdmin.actions + [my_action]

Thank you for helping me to solve the problem.
^.^

+1 please add it to documentation

Was this page helpful?
0 / 5 - 0 ratings