Project

General

Profile

Actions

Task #102891

closed

Update documentation to use traverse for request.getParsedBody()

Added by Bernhard Eckl 3 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Documentation
Target version:
-
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]

https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Conditions/Index.html#request-getparsedbody

Actions #1

Updated by Bernhard Eckl 3 months ago

  • Subject changed from Update documentation to use traverse to Update documentation to use traverse for request.getParsedBody()
Actions #2

Updated by Chris Müller 3 months ago

  • Assignee set to Chris Müller
Actions #3

Updated by Chris Müller 3 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.

Actions #4

Updated by Chris Müller 3 months ago

  • Status changed from New to Under Review
Actions #5

Updated by Chris Müller 3 months ago

  • Status changed from Under Review to Resolved

And merged.

Actions #6

Updated by Benni Mack 3 months ago

  • Status changed from Resolved to Closed
Actions #7

Updated by Bernhard Eckl 3 months ago

Hm, I think it should be with traverse for every request.* condition…

Actions

Also available in: Atom PDF