Actions
Task #102891
closedUpdate documentation to use traverse for request.getParsedBody()
Start date:
2024-01-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.2
Tags:
Complexity:
Sprint Focus:
Description
[request && traverse(request.getParsedBody(), 'foo') 1]
should be used instead of
[request && request.getParsedBody()['foo'] 1]
Updated by Bernhard Eckl 10 months ago
- Subject changed from Update documentation to use traverse to Update documentation to use traverse for request.getParsedBody()
Updated by Chris Müller 10 months ago
PR: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-Typoscript/pull/1034
Thanks for reporting this. Please open issues regarding the documentation in the according GitHub repository:
https://github.com/TYPO3-Documentation
You can also click on "Edit on GitHub" on every page (top right on the page) to create a PR yourself.
Updated by Bernhard Eckl 10 months ago
Hm, I think it should be with traverse for every request.* condition…
Actions