admin: Handle resolution.md display

This commit is contained in:
nemunaire 2022-05-24 13:32:02 +02:00
parent 4a190f51c5
commit 3bf0fc69ee
4 changed files with 13 additions and 6 deletions

View file

@ -1619,7 +1619,7 @@ angular.module("FICApp")
});
});
$scope.exercices = Exercice.query();
$scope.fields = ["title", "urlid", "statement", "headline", "overview", "finished", "depend", "gain", "coefficient", "videoURI", "issue", "issuekind"];
$scope.fields = ["title", "urlid", "statement", "headline", "overview", "finished", "depend", "gain", "coefficient", "videoURI", "resolution", "issue", "issuekind"];
$scope.inSync = false;
$scope.syncExo = function() {