Fix issue with a same shared folder loaded in multiple teams
This commit is contained in:
@@ -211,7 +211,9 @@ define([
|
||||
SF.load({
|
||||
network: ctx.store.network,
|
||||
store: team
|
||||
}, id, data, cb);
|
||||
}, id, data, function (id, rt) {
|
||||
cb(id, rt);
|
||||
});
|
||||
};
|
||||
var manager = team.manager = ProxyManager.create(proxy.drive, {
|
||||
onSync: function (cb) { ctx.Store.onSync(id, cb); },
|
||||
|
||||
Reference in New Issue
Block a user