mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-17 07:48:11 +02:00
SyncPropertyForm: add missing "groups" option
This commit is contained in:
parent
7f2e9ddc52
commit
95c92020b0
@ -234,6 +234,9 @@ class SyncPropertyForm extends DirectorObjectForm
|
||||
if ($dummy->supportsImports()) {
|
||||
$special['import'] = $this->translate('Inheritance (import)');
|
||||
}
|
||||
if ($dummy->supportsGroups()) {
|
||||
$special['groups'] = $this->translate('Group membership');
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($dummy->listProperties() as $prop) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user