Project

General

Profile

Actions

Bug #82887

closed

Additional parameters in content text editor when using link browser missing

Added by Felix Paul over 6 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-10-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
link browser; text editor; backend; ui
Complexity:
Is Regression:
Sprint Focus:

Description

As backenduser when setting a link in the text editor on a "text" content element I do:
> Highlight text
> Open link browser
> go to "Page" tab
> set additional link parameter ("&param1=4")
> select page of choice
> save (link works w/parameter)
-> Open link browser with double click on the previously set link

Expected result:
> The link browser displays the previously entered additional link parameter ("&param1=4")
Current result:
> The link browser does not show the additional link parameters entered before

Actions #1

Updated by Malte Koitka over 6 years ago

Later I will add a PR if I find some free time. Quick fix for now:

typo3/sysext/recordlist/Classes/Controller/AbstractLinkBrowserController.php

In line ~315 (at the end of method initCurrentUrl) add:

if(isset($this->currentLinkParts['url']['parameters']) && !empty($this->currentLinkParts['url']['parameters'])) {
   $this->linkAttributeValues['params'] = '&' . $this->currentLinkParts['url']['parameters'];
}
Actions #2

Updated by Riccardo De Contardi about 4 years ago

  • Status changed from New to Needs Feedback

I am not able to reproduce this issue on 9.5.15 or latest master (10.4.0-dev), could you check it again?

Actions #3

Updated by Riccardo De Contardi about 4 years ago

  • Status changed from Needs Feedback to Closed

I close this issue as solved (confirmed 9.5.15 and higher); if you think that this is the wrong decision or experience the issue again, please reopen it or ping me.

Version 8.7 has been marked as unsupported; if you still need support for that version, consider opting for Extended Long Term Support, a special service provided by TYPO3 GmbH (https://typo3.com/services/extended-support/)

Actions

Also available in: Atom PDF