N°6207 - Click on Tag Widget Tagset for n:n open in new tab, why?

This commit is contained in:
Benjamin Dalsass
2023-04-19 08:33:05 +02:00
parent 1c3117dd2c
commit b8560e4862

View File

@@ -159,6 +159,6 @@ class BlockLinkSetDisplayAsProperty extends UIContentBlock
return ' href="'
.utils::GetAbsoluteUrlAppRoot()
."pages/$this->sUIPage?operation=details&class=$this->sTargetClass&id=$id&$this->sAppContext"
.'" target="_blank"';
.'" target="_self"';
}
}