fix group selection
This commit is contained in:
parent
1be60ffa6c
commit
68b5304b7a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ pandora.ui.group = function(id, query) {
|
|||
}
|
||||
});
|
||||
new Ox.Select({
|
||||
items: $.map(pandora.user.queryGroups, function(v) {
|
||||
items: $.map(pandora.site.groups, function(v) {
|
||||
return {
|
||||
checked: v.id == id,
|
||||
id: v.id,
|
||||
|
|
Loading…
Reference in a new issue