Skip to content

Commit

Permalink
Merge pull request #618 from mcchan1991/fixEditNotSave
Browse files Browse the repository at this point in the history
fixed edit info doesn't save
  • Loading branch information
dularion committed May 1, 2018
2 parents 70aa3c7 + cefb511 commit a43add8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -62,7 +62,6 @@ angular.module('streama').controller('modalMovieCtrl', [

$scope.onTagSelect = function (tag) {
apiService.tag.save(tag);
apiService.movie.save($scope.movie);
};

$scope.tagTransform = function (newTag) {
Expand Down
4 changes: 2 additions & 2 deletions grails-app/conf/application.groovy
@@ -1,8 +1,8 @@
grails.databinding.dateFormats = [
"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", // javascript format in json
"yyyy-MM-dd HH:mm:ss.S",
"yyyy-MM-dd'T'hh:mm:ss'Z'",
"yyyy-MM-dd'T'hh:mm:ssZ",
"yyyy-MM-dd'T'HH:mm:ss'Z'",
"yyyy-MM-dd'T'HH:mm:ssZ",
"dd.MM.yyyy"
]

Expand Down

0 comments on commit a43add8

Please sign in to comment.