Olivier CLEMENCE Posted July 9, 2014 Share Posted July 9, 2014 Bonjour, je développe un module qui se fixe sur le hook suivant "hookActionProductUpdate". Le problème que je rencontre c'est que ce hook est appelé trois fois lorsqu'on sauvegarde un produit dans l'admin. Du coup comme mon module enregistrer une nouvelle ligne dans une table, je me retrouve avec 3 lignes au lieu de 2. Comment faire pour que ma fonction ne soit appelée qu'une fois ? Ps: en regardant dans AdminProductsConteroller on voit bien trois fois ceci: Hook::exec('actionProductUpdate', array('product' => $object)); C'est donc logique que le hook soit appelé trois fois mais du coup je me demande comment faire... 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