From 81d8bfc2cb52ad7f88d027b3a78e82167032ad95 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Mon, 6 Mar 2023 16:02:02 +0100
Subject: [PATCH] DOC: Mention issue in comment

---
 src/core/js/ext_cosmetics.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/core/js/ext_cosmetics.js b/src/core/js/ext_cosmetics.js
index 0cd67e57..da05f294 100644
--- a/src/core/js/ext_cosmetics.js
+++ b/src/core/js/ext_cosmetics.js
@@ -48,7 +48,8 @@ var cosmetics = new function () {
                     return `<a title="Open ${href} in a new tab." target="_blank" class="caosdb-v-property-href-value" href="${href}">${link_text} <i class="bi bi-box-arrow-up-right"></i></a>`;
                 });
 
-                // add class to highlight that this has been linkified already.
+                // add class to highlight that this has been linkified already
+                // (see https://gitlab.com/caosdb/caosdb-webui/-/issues/199).
                 $(this).addClass("caosdb-v-property-linkified")
                 $(this).hide();
                 $(this).after(result);
-- 
GitLab