Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed Feb 8, 2016
2 parents 15bef34 + fc42b14 commit 7b7bd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PLATFORM/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyCompany("VirtoCommerce")]
[assembly: AssemblyProduct("Virto Commerce 2.7")]
[assembly: AssemblyCopyright("Copyright © VirtoCommerce 2011-2016")]
[assembly: AssemblyFileVersion("2.7.1212.0")]
[assembly: AssemblyFileVersion("2.7.1215.0")]
[assembly: AssemblyVersion("2.7.0.0")]
[assembly: AssemblyInformationalVersion("2.7")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
name: "platform.commands.save", icon: 'fa fa-save',
executeMethod: $scope.saveChanges,
canExecuteMethod: function () {
return isDirty() && formScope.$valid;
return isDirty();
},
permission: 'content:update'
},
Expand Down

0 comments on commit 7b7bd15

Please sign in to comment.