emit formSubmitting when submitting change in multi url picker dialog (#10957)

This commit is contained in:
TheBekker
2021-08-30 19:24:22 +02:00
committed by GitHub
parent 125ebe40fb
commit 631663ed63

View File

@@ -58,6 +58,8 @@ function multiUrlPickerController($scope, localizationService, entityResource, i
$scope.multiUrlPickerForm.maxCount.$setValidity("maxCount", true);
}
$scope.sortableOptions.disabled = $scope.renderModel.length === 1;
//Update value
$scope.model.value = $scope.renderModel;
}
);