From: Vincent Vanwaelscappel Date: Wed, 6 Mar 2024 14:58:49 +0000 (+0100) Subject: wait #6769 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=90ffc18383d7a66681c5d2537dd03fb90b52fcea;p=fluidbook-toolbox.git wait #6769 @0.25 --- diff --git a/app/Fluidbook/Link/LinksData.php b/app/Fluidbook/Link/LinksData.php index b98962640..ead8ff0d5 100644 --- a/app/Fluidbook/Link/LinksData.php +++ b/app/Fluidbook/Link/LinksData.php @@ -285,7 +285,7 @@ class LinksData protected static function _fixV2TooltipLinks(&$links) { foreach ($links as $k => $link) { - if ($link['type'] == Link::TOOLTIP && !$link['inline']) { + if ($link['type'] == Link::TOOLTIP && (!$link['inline'] || $link['inline']==='popup')) { $links[$k]['type'] = Link::TEXT_POPUP; $links[$k]['to'] = $link['infobulle']; $links[$k]['infobulle'] = $links[$k]['tooltip'] = '';