soundintheory / fuel-cmf

A CMF for rapid web application development, built upon FuelPHP and Doctrine ORM
8 stars 0 forks source link

Enable Gedmo soft-deleteable extension #44

Open ghost opened 6 years ago

ghost commented 6 years ago

Gedmo soft-deletable extension enabled in the config and filter enabled to exclude soft-deleted items from query.

deleted_at field added to CMF\Model\Base, nullable field with default as null. Hidden from UI with visible -> false.