mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
DirectorObjectForm: add inherited groups to main...
...display group
This commit is contained in:
parent
ec23a205c7
commit
aee72c558c
@ -486,6 +486,7 @@ abstract class DirectorObjectForm extends DirectorForm
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @param bool $importsFirst
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
protected function groupMainProperties($importsFirst = false)
|
protected function groupMainProperties($importsFirst = false)
|
||||||
@ -509,6 +510,7 @@ abstract class DirectorObjectForm extends DirectorForm
|
|||||||
'address',
|
'address',
|
||||||
'address6',
|
'address6',
|
||||||
'groups',
|
'groups',
|
||||||
|
'inherited_groups',
|
||||||
'applied_groups',
|
'applied_groups',
|
||||||
'users',
|
'users',
|
||||||
'user_groups',
|
'user_groups',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user