forked from 0x2620/pandora
reloadGroups moved
This commit is contained in:
parent
88a976b12d
commit
6b345db14a
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ pandora.ui.group = function(id, query) {
|
||||||
operator: '='
|
operator: '='
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
reloadGroups(i);
|
pandora.reloadGroups(i);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
new Ox.Select({
|
new Ox.Select({
|
||||||
|
@ -90,7 +90,7 @@ pandora.ui.group = function(id, query) {
|
||||||
if (app.ui.groups[i].query.conditions.length) {
|
if (app.ui.groups[i].query.conditions.length) {
|
||||||
// if group with selection gets replaced, reload
|
// if group with selection gets replaced, reload
|
||||||
app.ui.groups[i].query.conditions = [];
|
app.ui.groups[i].query.conditions = [];
|
||||||
reloadGroups(i);
|
pandora.reloadGroups(i);
|
||||||
}
|
}
|
||||||
app.ui.groups[i] = getGroupObject(id_);
|
app.ui.groups[i] = getGroupObject(id_);
|
||||||
app.user.ui.groups[i] = id_;
|
app.user.ui.groups[i] = id_;
|
||||||
|
|
Loading…
Reference in a new issue