Call super.addProperties was missing.

pull/10/head
Jens Pelzetter 2021-11-06 14:24:47 +01:00
parent c307489d85
commit f46811f59a
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ public class RelatedLinkModelBuilder
protected void addProperties(
final RelatedLink relatedLink, final RelatedLinkModel model
) {
super.addProperties(relatedLink, model);
if (relatedLink.getBookmark() == null) {
// Internal Link
model.setExternalLink(false);