mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
parent
3e8b49f69a
commit
91b99d8e46
@ -29,6 +29,7 @@ This version hasn't been released yet
|
|||||||
|
|
||||||
### Permissions and Restrictions
|
### Permissions and Restrictions
|
||||||
* FIX: monitoring-related permission checks have been refactored (#2712)
|
* FIX: monitoring-related permission checks have been refactored (#2712)
|
||||||
|
* FIX: Hostgroup-Filters have not been applied to Overview tables (#2775)
|
||||||
|
|
||||||
### Configuration Branches
|
### Configuration Branches
|
||||||
* FEATURE: with this release, directorbranches v1.3 supports a "default branch" (#2688)
|
* FEATURE: with this release, directorbranches v1.3 supports a "default branch" (#2688)
|
||||||
|
@ -298,6 +298,7 @@ class ObjectsTable extends ZfQueryBasedTable
|
|||||||
$query->order('object_name')->limit(100);
|
$query->order('object_name')->limit(100);
|
||||||
} else {
|
} else {
|
||||||
$this->applyObjectTypeFilter($query);
|
$this->applyObjectTypeFilter($query);
|
||||||
|
$query = $this->applyRestrictions($query);
|
||||||
$query->order('o.object_name')->limit(100);
|
$query->order('o.object_name')->limit(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user