Actions
Bug #71056
closedSuggest Wizard do not work on new records
Start date:
2015-10-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If adding e.g. a news plugin on a page and click on the suggest wizard of the storage page a error 500 will be thrown.
The problem is somewhere in typo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php inside the searchAction method.
Just doing this:
$uid = (int)(isset($parsedBody['uid']) ? $parsedBody['uid'] : $queryParams['uid']);
,I thing is not such a good idea, because in case of a new record $parsedBody['uid'] contains a string like "NEW12345", which will result in a wrong uid if force it to an int.
Updated by Mathias Schreiber about 9 years ago
- Category changed from Backend User Interface to FormEngine aka TCEforms
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
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/44412
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44412
Updated by Thomas Maroschik about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 90bfb31fd1c283fde36ab102df4404ebcf967c47.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions