impactoss / impactoss-server

IMPACT OSS - server-side application & API
https://demo.impactoss.org
MIT License
3 stars 8 forks source link

Avoid cache_last_modified_user_id on DELETE #309

Closed parndt closed 6 years ago

parndt commented 6 years ago

Previously we could hit a situation on a DELETE action where we would try to cache_last_modified_user_id which is invalid because it's being deleted.

Added a spec to categories which is where this issues was located.