workarea-commerce / workarea

Workarea is an enterprise-grade Ruby on Rails commerce platform
https://www.workarea.com
Other
326 stars 66 forks source link

Fix undo releases not causing models to reindex #571

Closed bencrouse closed 3 years ago

bencrouse commented 3 years ago

Because the changeset is the only getting saved when building an undo, admin reindexing for the affected models isn't happening. This change triggers callbacks to ensure any related side-effects happen.