Project

General

Profile

Actions

Task #86312

closed

Blinding "file" in "blindLinkOptions" moves "page" to the end

Added by Kevin Appelt over 5 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-09-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
TCA
Complexity:
Sprint Focus:

Description

When blinding the "file" tab in link popup via "blindLinkOptions" the page tab gets moved to the end of the tabs.

List of checked combinations:

blindLinkOptions: ''
Tabs shown (as ordered): Page, File, Folder, External URL, Email
As expected: Yes

blindLinkOptions: 'mail'
Tabs shown (as ordered): Page, File, Folder, External URL
As expected: Yes

blindLinkOptions: 'url'
Tabs shown (as ordered): Page, File, Folder, Email
As expected: Yes

blindLinkOptions: 'url, mail'
Tabs shown (as ordered): Page, File, Folder
As expected: Yes

blindLinkOptions: 'folder'
Tabs shown (as ordered): Page, File, External URL, Email
As expected: Yes

blindLinkOptions: 'folder, mail'
Tabs shown (as ordered): Page, File, External URL
As expected: Yes

blindLinkOptions: 'folder, url'
Tabs shown (as ordered): Page, Folder, Email
As expected: Yes

blindLinkOptions: 'folder, url, mail'
Tabs shown (as ordered): Page, File
As expected: Yes

blindLinkOptions: 'file'
Tabs shown (as ordered): Folder, External URL, Email, Page
As expected: No, should be -> Page, Folder, External URL, Email

blindLinkOptions: 'file, mail'
Tabs shown (as ordered): Folder, External URL, Page
As expected: No, should be -> Page, Folder, External URL

blindLinkOptions: 'file, url'
Tabs shown (as ordered): Folder, Email, Page
As expected: No, should be -> Page, Folder, Email

blindLinkOptions: 'file, url, mail'
Tabs shown (as ordered): Folder, Page
As expected: No, should be -> Page, Folder

blindLinkOptions: 'file, folder'
Tabs shown (as ordered): External URL, Email, Page
As expected: No, should be -> Page, External URL, Email

blindLinkOptions: 'file, folder, mail'
Tabs shown (as ordered): External URL, Page
As expected: No, should be -> Page, External URL

blindLinkOptions: 'file, folder, url'
Tabs shown (as ordered): Email, Page
As expected: No, should be -> Page, Email

blindLinkOptions: 'file, folder, url, mail'
Tabs shown (as ordered): Page
As expected: Yes

blindLinkOptions: 'page'
Tabs shown (as ordered): File, Folder, External URL, Email
As expected: Yes

blindLinkOptions: 'page, mail'
Tabs shown (as ordered): File, Folder, External URL
As expected: Yes

blindLinkOptions: 'page, url'
Tabs shown (as ordered): File, Folder, Email
As expected: Yes

blindLinkOptions: 'page, url, mail'
Tabs shown (as ordered): File, Folder
As expected: Yes

blindLinkOptions: 'page, folder'
Tabs shown (as ordered): File, External URL, Email
As expected: Yes

blindLinkOptions: 'page, folder, mail'
Tabs shown (as ordered): File, External URL
As expected: Yes

blindLinkOptions: 'page, folder, url'
Tabs shown (as ordered): File, Email
As expected: Yes

blindLinkOptions: 'page, folder, url, mail'
Tabs shown (as ordered): File
As expected: Yes

blindLinkOptions: 'page, file'
Tabs shown (as ordered): Folder, External URL, Email
As expected: Yes, but page is hidden here.

blindLinkOptions: 'page, file, mail'
Tabs shown (as ordered): Folder, External URL
As expected: Yes, but page is hidden here.

blindLinkOptions: 'page, file, url'
Tabs shown (as ordered): Folder, Email
As expected: Yes, but page is hidden here.

blindLinkOptions: 'page, file, url, mail'
Tabs shown (as ordered): Folder
As expected: Yes, but page is hidden here.

blindLinkOptions: 'page, file, folder'
Tabs shown (as ordered): External URL, Email
As expected: Yes, but page is hidden here.

blindLinkOptions: 'page, file, folder, mail'
Tabs shown (as ordered): External URL
As expected: Yes, but page is hidden here.

blindLinkOptions: 'page, file, folder, url'
Tabs shown (as ordered): Email
As expected: Yes, but page is hidden here.

blindLinkOptions: 'page, file, folder, url, mail'
Tabs shown (as ordered): Exception: ‚Call to a member function modifyLinkAttributes() on null‘
As expected: Yes.
Actions #1

Updated by Riccardo De Contardi over 4 years ago

  • Category set to Backend User Interface
Actions #2

Updated by Riccardo De Contardi about 4 years ago

According to the documentation, the possible values for blindLinkOptions are file, mail, page, spec, url, folder (see https://docs.typo3.org/m/typo3/reference-tca/master/en-us/ColumnsConfig/Type/Input.html#id45)

anyway, the issue seems still present on 9.5.15 - tested with 'blindLinkOptions' => 'file', the tab order becomes: Folder, External URL, Email, Page

Actions #3

Updated by Lorenz Ulrich over 3 years ago

I can confirm that this issue is still present in TYPO3 10.4.10, also when using it in RTE configuration like this:

buttons:
  link:
    options:
      removeItems: 'file,folder,mail,telephone'
Actions #4

Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67455

Actions #5

Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67455

Actions #6

Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67455

Actions #7

Updated by Gerrit Code Review over 3 years ago

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67472

Actions #8

Updated by Markus Klein over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Gerrit Code Review over 3 years ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67472

Actions #10

Updated by Markus Klein over 3 years ago

  • Status changed from Under Review to Resolved
Actions #11

Updated by Benni Mack about 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF