Fix team editor
This commit is contained in:
@@ -550,9 +550,9 @@ define([
|
||||
};
|
||||
|
||||
// Get the metadata for sframe-common-outer
|
||||
Store.getMetadata = function (clientId, data, cb) {
|
||||
Store.getMetadata = function (clientId, app, cb) {
|
||||
var disableThumbnails = Util.find(store.proxy, ['settings', 'general', 'disableThumbnails']);
|
||||
var teams = store.modules['team'] && store.modules['team'].getTeamsData();
|
||||
var teams = store.modules['team'] && store.modules['team'].getTeamsData(app);
|
||||
var metadata = {
|
||||
// "user" is shared with everybody via the userlist
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user