Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit b1609253 authored by loiclau's avatar loiclau Committed by GitHub
Browse files

fix(clapi) export sc (#6134)

parent c54e4861
No related branches found
No related tags found
No related merge requests found
...@@ -401,6 +401,7 @@ class CentreonServiceCategory extends CentreonSeverityAbstract ...@@ -401,6 +401,7 @@ class CentreonServiceCategory extends CentreonSeverityAbstract
*/ */
public function export($filters = null) public function export($filters = null)
{ {
parent::export();
$scs = $this->object->getList( $scs = $this->object->getList(
array($this->object->getPrimaryKey(), $this->object->getUniqueLabelField()), array($this->object->getPrimaryKey(), $this->object->getUniqueLabelField()),
-1, -1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment