From b1609253fd385d51e4ccc8fc5f87fd9cfcc19b5e Mon Sep 17 00:00:00 2001 From: loiclau <loic.lau@gmail.com> Date: Thu, 15 Mar 2018 16:11:51 +0100 Subject: [PATCH] fix(clapi) export sc (#6134) --- www/class/centreon-clapi/centreonServiceCategory.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/class/centreon-clapi/centreonServiceCategory.class.php b/www/class/centreon-clapi/centreonServiceCategory.class.php index ccbd5f99a1..23ce8cec7d 100644 --- a/www/class/centreon-clapi/centreonServiceCategory.class.php +++ b/www/class/centreon-clapi/centreonServiceCategory.class.php @@ -401,6 +401,7 @@ class CentreonServiceCategory extends CentreonSeverityAbstract */ public function export($filters = null) { + parent::export(); $scs = $this->object->getList( array($this->object->getPrimaryKey(), $this->object->getUniqueLabelField()), -1, -- GitLab