Closed selected-pixel-jameson closed 2 years ago
Is there a specified way of triggering an additional event to happen when the order is changed?
You mean on the server, or on the client?
I actually just realized it appropriately triggers the post_save signal, so I'm able to tie into the action this way.
Thank you!
Is there a specified way of triggering an additional event to happen when the order is changed?
For example lets say I want to update all of the models that are related to the item which I just changed the order on.