We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04607a6 commit 5c6a824Copy full SHA for 5c6a824
1 file changed
client/config/routes.js
@@ -169,7 +169,7 @@ module.exports = [
169
return $q.reject(new Error('User Unauthorized for Organization'));
170
});
171
}
172
- if (!activeOrg.attrs.allowed) {
+ if (!activeOrg.attrs.isActive) {
173
// There is a bug in ui-router and a timeout is the workaround
174
return $timeout(function () {
175
$state.go('paused');
0 commit comments