Actions
Bug #77857
closedUploading files is not possible
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-09-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
In current master, since commit 3618b5c
(fix for #77727) uploading files from the FileList module or upload buttons in IRRE fields is not possible anymore.
There is no error thrown, but FileController
checks for the GP-Argument data
instead of the submitted file
, and thus finds no files to process.
Updated by Gerrit Code Review about 8 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/49869
Updated by Gerrit Code Review about 8 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/49869
Updated by Andreas Kienast about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cdc82bf4305c3acb3cd45ca86fe5ae28502a051e.
Actions