Actions
Bug #94183
closedException is thrown when submitting the extension upload form without adding a file
Start date:
2021-05-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
(1/1) #1337280417 TYPO3\CMS\Extensionmanager\Exception\ExtensionManagerException ERROR: The extension install path "typo3conf/ext/" was no directory!
There are two problems with the current behaviour:
1. It should not be possible (UX wise) to submit the form without an extension file added
2. No exception should be thrown but a flash message (like it was intended, looking at the code)
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/+/69225
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/+/69228
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d5dd2b9a8538db79be4b96b89e9ecd4057af5226.
Actions