mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
0706bd09d4
commit
f64822c409
@ -713,7 +713,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||||||
$table->setBranchUuid($this->branch->getUuid());
|
$table->setBranchUuid($this->branch->getUuid());
|
||||||
}
|
}
|
||||||
$result = [];
|
$result = [];
|
||||||
foreach ($db->fetchAll($table->getQuery()) as $row) {
|
foreach ($db->fetchAll($table->getQuery()->reset(\Zend_Db_Select::LIMIT_COUNT)) as $row) {
|
||||||
$result[$row->object_name] = $row->object_name;
|
$result[$row->object_name] = $row->object_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ next (will be 1.9.1)
|
|||||||
|
|
||||||
### User Interface
|
### User Interface
|
||||||
* FIX: DataList-backed fields failed to validate (#2475)
|
* FIX: DataList-backed fields failed to validate (#2475)
|
||||||
|
* FIX: No Host list limit when adding a single service globally (#2481)
|
||||||
|
|
||||||
### DB Schema
|
### DB Schema
|
||||||
* FIX: applying DB Schema migrations failed on PostgreSQL (#2482)
|
* FIX: applying DB Schema migrations failed on PostgreSQL (#2482)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user