mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
parent
3e8b49f69a
commit
91b99d8e46
@ -29,6 +29,7 @@ This version hasn't been released yet
|
||||
|
||||
### Permissions and Restrictions
|
||||
* FIX: monitoring-related permission checks have been refactored (#2712)
|
||||
* FIX: Hostgroup-Filters have not been applied to Overview tables (#2775)
|
||||
|
||||
### Configuration Branches
|
||||
* 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);
|
||||
} else {
|
||||
$this->applyObjectTypeFilter($query);
|
||||
$query = $this->applyRestrictions($query);
|
||||
$query->order('o.object_name')->limit(100);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user