Hi,
I have a huge model on which i am performing some business logic in admin section.
the problem is when i save the data as per my business logic, in few cases my save_model method is executing twice, causing the success message to appear twice also. not able to understand why this is getting executed twice only in few cases.
here is a demonstration example:
admin has editable field in list_editable, in which few are columns to select specific action
whenever any action from action column is selected and saved the code runs twice however for the normal fields which are only text entry it is working fine.
can anyone help on this?