Fix notification issue
This commit is contained in:
parent
b04d8c0821
commit
f6bbe70f3c
@ -439,14 +439,13 @@ define([
|
|||||||
});
|
});
|
||||||
if (!teamId) { return void cb(true); }
|
if (!teamId) { return void cb(true); }
|
||||||
|
|
||||||
var dismiss = false;
|
|
||||||
try {
|
try {
|
||||||
var module = ctx.store.modules['team'];
|
var module = ctx.store.modules['team'];
|
||||||
// changeMyRights returns true if we can't change our rights
|
// changeMyRights returns true if we can't change our rights
|
||||||
dismiss = module.changeMyRights(teamId, content.state, content.teamData);
|
module.changeMyRights(teamId, content.state, content.teamData);
|
||||||
} catch (e) { console.error(e); }
|
} catch (e) { console.error(e); }
|
||||||
|
|
||||||
cb(dismiss);
|
cb(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user