admin: make claims more responsive

This commit is contained in:
nemunaire 2020-01-20 09:09:52 +01:00
parent 80a4192cb4
commit 56b79cae2d
2 changed files with 3 additions and 3 deletions

View file

@ -1040,7 +1040,7 @@ angular.module("FICApp")
$scope.assignees = ClaimAssignee.query();
$scope.whoami = getCookie("myassignee");
$scope.teams = Teams.get();
$scope.fields = ["id", "state", "subject", "creation", "id_team", "id_assignee"];
$scope.fields = ["subject", "id_team", "state", "id_assignee", "creation", "id"];
$scope.order = "priority";
$scope.chOrder = function(no) {