jepot Posted August 2, 2016 Share Posted August 2, 2016 (edited) Bonjour,Je souhaite pouvoir régler par défaut et voir uniquement les messages "ouverts" sur la page de la gestion du SAV clients (AdminCustomerThreads).J'ai énormément de messages, ce qui me cause une erreur 500 lorsque je veux aller sur cette page.Mon site est en PS 1.4.9 ( oui je sais ça date .... ) Le réglage doit se faire à mon avis sur AdminCustomerThreads.php mais je n'ai pas réussi à localiser l'endroit. Quelqu'un aurait il une piste à me proposer ? Vous en remerciant d'avance! AdminCustomerThreads.php Edited August 3, 2016 by jepot (see edit history) Link to comment Share on other sites More sharing options...
jepot Posted August 3, 2016 Author Share Posted August 3, 2016 ça à l'air de se passer ici : 'status' => array('title' => $this->l('Status'), 'width' => 50, 'type' => 'select', 'select' => $statusArray, 'icon' => $imagesArray, 'align' => 'center', 'filter_key' => 'a!status', 'filter_type' => 'string'), Link to comment Share on other sites More sharing options...
jepot Posted August 9, 2016 Author Share Posted August 9, 2016 un petit up svp Link to comment Share on other sites More sharing options...
AC2ID Posted August 9, 2016 Share Posted August 9, 2016 Bonjour, Essayer d'ajouter la ligne ci-dessous dans la fonction __construct() $this->_where = 'AND a.status = open'; Cordialement 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