Fixing project tags edition

stable
Alejandro Alonso 2015-05-14 08:59:24 +02:00
parent 0d42ab9aef
commit c516761dfa
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ ProjectProfileDirective = ($repo, $confirm, $loading, $navurls, $location) ->
$scope.$emit("project:loaded", $scope.project) $scope.$emit("project:loaded", $scope.project)
promise.then null, (data) -> promise.then null, (data) ->
$loading.finish(target) $loading.finish(submitButton)
form.setErrors(data) form.setErrors(data)
if data._error_message if data._error_message
$confirm.notify("error", data._error_message) $confirm.notify("error", data._error_message)

View File

@ -36,7 +36,7 @@ div.wrapper(tg-project-profile, ng-controller="ProjectProfileController as ctrl"
fieldset fieldset
label(for="tags", translate="ADMIN.PROJECT_PROFILE.TAGS") label(for="tags", translate="ADMIN.PROJECT_PROFILE.TAGS")
div.tags-block(tg-tag-line, ng-model="project") div.tags-block(tg-lb-tag-line, ng-model="project.tags")
fieldset fieldset
label(for="project-description", translate="ADMIN.PROJECT_PROFILE.DESCRIPTION") label(for="project-description", translate="ADMIN.PROJECT_PROFILE.DESCRIPTION")