From 4d35cd26152313f79399ff280cc59619d0d2372e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Wed, 20 Oct 2021 17:28:08 +0200 Subject: [PATCH] fix(value): fix boolean value issue (#557) * fix(value): fix issue if boolean value does not exist * chore(value): boolean value cannot be deleted * test(value): fix tests * fix(search): reactivate "exists" comparison operator for boolean value * test(value): set correct comment --- .../operations/display-edit/display-edit.component.html | 4 ++-- .../resource/properties/properties.component.html | 6 +----- .../resource/properties/properties.component.spec.ts | 8 +------- .../specify-property-value.component.ts | 2 +- 4 files changed, 5 insertions(+), 15 deletions(-) diff --git a/src/app/workspace/resource/operations/display-edit/display-edit.component.html b/src/app/workspace/resource/operations/display-edit/display-edit.component.html index 72e4a0e53c..22744526ed 100644 --- a/src/app/workspace/resource/operations/display-edit/display-edit.component.html +++ b/src/app/workspace/resource/operations/display-edit/display-edit.component.html @@ -47,11 +47,11 @@ (click)="toggleComment()"> comment - + diff --git a/src/app/workspace/resource/properties/properties.component.html b/src/app/workspace/resource/properties/properties.component.html index 6ce887d0ba..d4ef61e983 100644 --- a/src/app/workspace/resource/properties/properties.component.html +++ b/src/app/workspace/resource/properties/properties.component.html @@ -137,11 +137,7 @@

- - - - -