admin: Require to be identitied to change the history
This commit is contained in:
parent
977caccc1f
commit
c638789b61
5 changed files with 44 additions and 8 deletions
|
@ -516,6 +516,8 @@ angular.module("FICApp")
|
|||
}, 750);
|
||||
}
|
||||
});
|
||||
|
||||
$rootScope.logged = parseInt(getCookie("myassignee")) > 0;
|
||||
})
|
||||
|
||||
.controller("VersionController", function($scope, Version) {
|
||||
|
|
Reference in a new issue