diff --git a/PLATFORM/GlobalAssemblyInfo.cs b/PLATFORM/GlobalAssemblyInfo.cs index c7e89bdf5b3..ce1a8b0f8bc 100644 --- a/PLATFORM/GlobalAssemblyInfo.cs +++ b/PLATFORM/GlobalAssemblyInfo.cs @@ -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")] diff --git a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/Scripts/blades/themes/edit-asset.js b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/Scripts/blades/themes/edit-asset.js index 0f05f586d35..aeacbff242d 100644 --- a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/Scripts/blades/themes/edit-asset.js +++ b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/Scripts/blades/themes/edit-asset.js @@ -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' },