CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Introduce hook entity pre-delete #323

Closed FilipNest closed 7 years ago

FilipNest commented 7 years ago

Fixes #321

Creates a new hook that runs just before an entity is deleted from the database in case you need to do some database checking on that entity before it's deleted and gone.