From f0debae33f4ca6bbd4214f5921fa38a1924dfb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Prunayre?= Date: Fri, 28 Jun 2024 16:21:19 +0200 Subject: [PATCH] Editor / Polygon not saved (#8230) Related to JQuery update. --- .../components/edit/bounding/partials/boundingpolygon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/src/main/resources/catalog/components/edit/bounding/partials/boundingpolygon.html b/web-ui/src/main/resources/catalog/components/edit/bounding/partials/boundingpolygon.html index 6d6d612364b..7ca025f75a9 100644 --- a/web-ui/src/main/resources/catalog/components/edit/bounding/partials/boundingpolygon.html +++ b/web-ui/src/main/resources/catalog/components/edit/bounding/partials/boundingpolygon.html @@ -90,7 +90,7 @@ placeholder="{{'inputGeometryText' | translate}}" ng-change="ctrl.handleInputChange()" ng-readonly="ctrl.readOnly" - /> + > {{ 'inputGeometryIsInvalid' | translate}} {{ctrl.parseError}}