KunstmaanLegacy / KunstmaanAdminNodeBundle

THIS REPO IS DEPRECATED: see KunstmaanNodeBundle. The KunstmaanAdminNodeBundle for Symfony 2 is part of the bundles we use to build custom and flexible applications at Kunstmaan. You have to install this bundle in order to work with nodes and pagetypes.
http://kunstmaan.github.com/KunstmaanAdminNodeBundle
MIT License
2 stars 0 forks source link

Refactor PagesController / EditCommand / DeleteCommand usage #61

Closed wimvds closed 11 years ago

wimvds commented 12 years ago

Right now items are being persisted in the EditCommand (and items are removed in DeleteCommand). This doesn't feel right since the Commands should only be used for logging. The Command itself should also not be persisted, it should just persist a LogItem detailing the changes.