sync: import heading theme image

This commit is contained in:
nemunaire 2018-11-25 03:35:54 +01:00
commit 3a0c892148
4 changed files with 24 additions and 4 deletions

View file

@ -929,7 +929,7 @@ angular.module("FICApp")
})
.controller("ThemeController", function($scope, Theme, $routeParams, $location, $rootScope, $http) {
$scope.theme = Theme.get({ themeId: $routeParams.themeId });
$scope.fields = ["name", "urlid", "authors", "intro"];
$scope.fields = ["name", "urlid", "authors", "intro", "image"];
$scope.saveTheme = function() {
if (this.theme.id) {