#3642 - Also do dirty checks if we have changed the culture.

This commit is contained in:
Bjarke Berg
2019-01-10 06:58:12 +01:00
parent 28d93175d5
commit 8594af3fe3

View File

@@ -146,7 +146,6 @@ function valFormManager(serverValidationManager, $rootScope, $timeout, $location
var infiniteEditors = editorService.getEditors();
if (!formCtrl.$dirty && infiniteEditors.length === 0 || isSavingNewItem && infiniteEditors.length === 0) {
confirmed = true;
return;
}