You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you could override the onclick function of $('.doBulkActionButton'), changing this.doBulkAction(action, ids); to this.doBulkAction(action, ids, bulkActionFinishedFunction, this); or similar, and bulkActionFinishedFunction should be called once the action has been performed.
In light of all the work done with the SS4 compatibility, and mainly moving all configs on the handlers themselves, this will be implemented somehow in the handler response.
I have plans to create a unified way of how all the bulk tools return json response, and a message would be included along with all the modification data...
I have looked through the docs and the source code and cannot see how to do this. Something like "Changed X records" would be fine?
I am currently using bulk manager for SS4.
The text was updated successfully, but these errors were encountered: