<p></p>
<p><b>@wallclockbuilder</b> requested changes on this pull request.</p>

<p>Codewise there is still dead code from the hyperlink.<br>
Once thats cleaned up its a go.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5354#discussion_r601947862">desktop/src/main/java/bisq/desktop/main/support/dispute/DisputeView.java</a>:</p>
<pre style='color:#555'>> -                                    field = new HyperlinkWithIcon(item.getShortTradeId());
                                     Optional<Trade> tradeOptional = tradeManager.getTradeById(item.getTradeId());
                                     if (tradeOptional.isPresent()) {
+                                        field = new HyperlinkWithIcon(item.getShortTradeId());
                                         field.setMouseTransparent(false);
                                         field.setTooltip(new Tooltip(Res.get("tooltip.openPopupForDetails")));
                                         field.setOnAction(event -> tradeDetailsWindow.show(tradeOptional.get()));
                                     } else {
-                                        field.setMouseTransparent(true);
+                                        setText(item.getShortTradeId());
                                     }
</pre>
<p>This is all you need.</p>
<p><code>Optional<Trade> tradeOptional = tradeManager.getTradeById(item.getTradeId());  </code></p>
<p><code>if ((item != null && !empty) && tradeOptional.isPresent()) {</code></p>
<p><code>  setText(item.getShortTradeId());</code></p>
<p><code>} else {</code></p>
<p><code>  setText("");</code></p>
<p><code>}</code></p>
<p>Every other line related to the hyperlink can be deleted(1135, 1151 - 1155).<br>
Might want to use getDateColumn() above(1097) for reference. Its also a text with no hyperlink.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5354#pullrequestreview-621709094">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUQYZEHVTKCWIQML4DTFPOWDANCNFSM4ZZOWQHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQRVDFUAETZ64TZPTLTFPOWDA5CNFSM4ZZOWQHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEUHIOJQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5354#pullrequestreview-621709094",
"url": "https://github.com/bisq-network/bisq/pull/5354#pullrequestreview-621709094",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>