Actions
Bug #72605
closedInlineControlContainer unnecessary dependency causes Problems
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2016-01-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
\TYPO3\CMS\Backend\Form\Container\InlineControlContainer
dependency between $allowed and $onlineMediaAllowed makes it impossible to create a button for "Add Media by URL" button only. You can't create this button without creating the "Select & Upload Files" Button.
Starting from Line 478 if ( $folder instanceof Folder && $folder->checkActionPermission('add') ) { // Create "Select & Upload Files" Button if (!empty($onlineMediaAllowed)) { // Create "Add Media by URL" Button } }
I suggest to seperate those both if querries.
Updated by Riccardo De Contardi about 6 years ago
- Related to Feature #84250: Separatly enable / disable "Add media by URL" and "Select & upload files" added
Updated by Christian Eßl about 5 years ago
This issue has already been fixed in #84250.
Updated by Björn Jacob about 5 years ago
- Status changed from New to Closed
Since the related issue has been resolved for master, I am closing this issue. It is a feature and thus cannot be backported to earlier versions.
Actions