Allow all users to see the project group detail view
This commit fixes a bug introduced by a4614af, which broke the project group detail view by blocking anyone except superusers from being able to transition into it. Change-Id: I72ffb59720e2aa096450d4cec98daf7d1874a40b
This commit is contained in:
parent
fd13d5263e
commit
93c4d2a020
@ -58,9 +58,7 @@ angular.module('sb.project_group',
|
|||||||
deferred.reject(error);
|
deferred.reject(error);
|
||||||
});
|
});
|
||||||
return deferred.promise;
|
return deferred.promise;
|
||||||
},
|
}
|
||||||
isSuperuser: PermissionResolver
|
|
||||||
.requirePermission('is_superuser', true)
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user