Fix Notification::user_groups validator (rename from Notification::groups).

Fixes #4753
This commit is contained in:
Gunnar Beutner 2013-09-27 14:58:32 +02:00
parent 59ec32fe8f
commit 518f050544
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ type Notification {
%attribute array "users" {
%attribute name(User) "*"
},
%attribute array "groups" {
%attribute array "user_groups" {
%attribute name(UserGroup) "*"
},