admin: improve usability of theme edition page

This commit is contained in:
nemunaire 2018-09-09 22:27:35 +02:00 committed by Pierre-Olivier Mercier
commit 971273a185
2 changed files with 37 additions and 39 deletions

View file

@ -959,7 +959,7 @@ angular.module("FICApp")
.controller("AllExercicesListController", function($scope, Exercice, $routeParams, $location, $rootScope, $http) {
$scope.exercices = Exercice.query();
$scope.fields = ["title", "statement", "overview", "videoURI"];
$scope.fields = ["title", "overview"];
$scope.show = function(id) {
$location.url("/exercices/" + id);