mirror of https://github.com/Icinga/icinga2.git
Fix Notification::user_groups validator (rename from Notification::groups).
Fixes #4753
This commit is contained in:
parent
59ec32fe8f
commit
518f050544
|
@ -126,7 +126,7 @@ type Notification {
|
|||
%attribute array "users" {
|
||||
%attribute name(User) "*"
|
||||
},
|
||||
%attribute array "groups" {
|
||||
%attribute array "user_groups" {
|
||||
%attribute name(UserGroup) "*"
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue