Category visibility toggle implementation

This commit is contained in:
franck
2013-08-08 10:12:14 +02:00
parent 64031a1883
commit efa3eb2767
6 changed files with 111 additions and 34 deletions

View File

@@ -109,4 +109,9 @@ final class TheliaEvents
*/
const AFTER_DELETECATEGORY = "action.after_deletecategory";
/**
* Sent just after a successful change of a category in the database.
*/
const AFTER_CHANGECATEGORY = "action.after_changecategory";
}