Jluis Posted January 13, 2021 Share Posted January 13, 2021 Salut , Pour ajouter une restriction au niveau page cms j'ai ajouté comme pour les groupes pour la page Catégorie : AdminCmsController CMS.php une table intermédiaire ps_cms_group Le problème est lors de la création d'une page cms ou une mise à jour => pas d'enregsirement dans la table intermediaire ps_cms_group . Au niveau Category on le hook pour l'ajout Hook::exec('actionCategoryAdd', array('category' => $this)); et Hook::exec('actionCategoryUpdate', array('category' => $this)); pour l'update Mais on a pas les mêmes hooks pour CMS Hook::exec('actionCmsAdd', array('cms' => $this)); et Hook::exec('actionCmsUpdate', array('cms' => $this)). Une idée pour ce scénrio ? Link to comment Share on other sites More sharing options...
Jluis Posted January 14, 2021 Author Share Posted January 14, 2021 C'est résolu 😀 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now