From af3cdc26015483b164c053b45edf31c7f6aedbf5 Mon Sep 17 00:00:00 2001 From: mdelez <60604010+mdelez@users.noreply.github.com> Date: Fri, 22 Apr 2022 11:27:14 +0200 Subject: [PATCH] fix(text-value-as-string): links in text values (DEV-797) (#718) * fix(text-value-as-string): only use linkify pipe if the gui-element is not richtext * chore(text-value-as-string): remove 'this' from html --- .../text-value-as-string/text-value-as-string.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/workspace/resource/values/text-value/text-value-as-string/text-value-as-string.component.html b/src/app/workspace/resource/values/text-value/text-value-as-string/text-value-as-string.component.html index 74e0e03975..b6a73b3c59 100644 --- a/src/app/workspace/resource/values/text-value/text-value-as-string/text-value-as-string.component.html +++ b/src/app/workspace/resource/values/text-value/text-value-as-string/text-value-as-string.component.html @@ -1,6 +1,6 @@ - - + + {{commentFormControl.value}}