Project

General

Profile

Actions

Task #86312

closed

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

Added by Kevin Appelt almost 6 years ago. Updated over 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

Also available in: Atom PDF