ServiceTemplateUsage: temporarily disable link...

...for sets

refs #1122
This commit is contained in:
Thomas Gelf 2017-10-04 06:57:57 +02:00
parent 5c53f9a3ba
commit 6980544208
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ class ServiceTemplateUsageTable extends TemplateUsageTable
'templates' => $this->getSummaryLine('template'),
'objects' => $this->getSummaryLine('object'),
'applyrules' => $this->getSummaryLine('apply', 'o.service_set_id IS NULL'),
'setmembers' => $this->getSummaryLine('apply', 'o.service_set_id IS NOT NULL'),
// TODO: re-enable
// 'setmembers' => $this->getSummaryLine('apply', 'o.service_set_id IS NOT NULL'),
];
}
}