5.12 - 5.18 Currently working on adding Django 2.2 support to Django freeradius. Fixed a bug related to merging of form media assets that was breaking checks and replies page. Working on a bug related to admin actions that is yet to be resolved. After the introduction of (admin.E130) check names of the admin actions needs to be unique so simply overwriting the 'delete selected' action with custom checks isn't working. Creating an action with a different name and adding the custom checks and calling the default delete selected action inside it produces two different actions in the select menu of the admin site. The default and the custom 'delete selected', both the options are available to the user. Though removing the default 'delete selected' from the actions dict removes the default 'delete selected' from the select menu, it introduces a new bug and the 'delete selected' called inside out custom action stops working. I'm yet to figure out why.
-- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/7583502e-3b95-4f8b-ba51-94f4bd029172%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
