admin: Require to be identitied to change the history

This commit is contained in:
nemunaire 2024-03-17 11:20:38 +01:00
parent 977caccc1f
commit c638789b61
5 changed files with 44 additions and 8 deletions

View file

@ -516,6 +516,8 @@ angular.module("FICApp")
}, 750);
}
});
$rootScope.logged = parseInt(getCookie("myassignee")) > 0;
})
.controller("VersionController", function($scope, Version) {