Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 3fd1b6d

Browse files
authored
Merge pull request #267 from inetzo/patch-2
Unable to save a component which previously failed validation
2 parents 11a52f8 + f4e4c3e commit 3fd1b6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ angular.module("umbraco").controller("Our.Umbraco.DocTypeGridEditor.Dialogs.DocT
267267

268268
function submit() {
269269
if ($scope.model.submit) {
270+
serverValidationManager.reset();
270271
vm.saveButtonState = "busy";
271272
$scope.model.node.name = "Dtge Temp: " + $scope.model.node.key;
272273
$scope.model.node.variants[0].name = $scope.model.node.name

0 commit comments

Comments
 (0)