From d892f5f6e0b17081fdcdfb5c93ef9f7efba2de44 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Mon, 16 Sep 2024 18:04:10 +0200 Subject: [PATCH] Transformation edit: Improve dirty handling & Fix settings styling Only mark the transformation as dirty if there was an actual change, not only an editor input. Signed-off-by: Florian Hotze --- .../transformations/transformation-edit.vue | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/pages/settings/transformations/transformation-edit.vue b/bundles/org.openhab.ui/web/src/pages/settings/transformations/transformation-edit.vue index 21bf129cac..dac282921b 100644 --- a/bundles/org.openhab.ui/web/src/pages/settings/transformations/transformation-edit.vue +++ b/bundles/org.openhab.ui/web/src/pages/settings/transformations/transformation-edit.vue @@ -55,8 +55,8 @@ + - @@ -82,6 +82,9 @@