Forum

9.0.3: Clicking Cha...
 
Notifications
Clear all

9.0.3: Clicking Chain Icon In Leftmost Icon Bar in New UI Causes Malfunction

2 Posts
2 Users
0 Reactions
1,352 Views
(@gohrner)
Posts: 74
Active Member
Topic starter
 
[#7280]

There's a "Chain" icon in the leftmost bar in the new UI which only seems to trigger a garbled error message showing partial HTML tags (see attached screenshot) if being clicked.


 
Posted : 04 Feb 2021 16H14
Flou
 Flou
(@flou)
Posts: 253
Active Member
 

Hi,

indeed there is an issue, the message are not correctly display. 
There is an incorrectly closed html tag.
Ticket # 5267 as recorded on the roadMap.

Replace in shortCut.php ligne 56:

echo '

td>

'.i18n('explainLinkOnLeftMenu').'

';

by:

echo '

'.i18n('explainLinkOnLeftMenu').'

';

This view show all external links attached  on project.


 
Posted : 05 Feb 2021 13H16
Share:

Scroll to Top