Skip to content
Snippets Groups Projects
Commit 0c95f5f5 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] NEWS.txt entry about enabled new extbase property mapper

Change-Id: I13442a04ae0e0dc2c4907b72b9b5381177870b4e
Reviewed-on: https://review.typo3.org/18923
Reviewed-by: Anja Leichsenring
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent 91c160dd
Branches
Tags
No related merge requests found
......@@ -54,3 +54,22 @@ Backend
-------------------------------------------------------------------------------
Administration / Customization
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Extbase
-------------------------------------------------------------------------------
* Enabled rewritten property mapper as default mapper
Property mapping is the process to create method parameters or objects from
incoming form or ajax data. With TYPO3 CMS version 4.6 a new property mapper
was included as a backport from FLOW. It is much better configurable
and can for example handle complex mapping tasks like creating a DateTime
object from different given string formats. The FLOW documentation at
http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/ section
PropertyMapping can be used as basic feature reference.
This mapper is now enabled by default deprecating the old mapper one. extbase
extensions might have minor issues with the new default if not coded in a clean
way. While it is better to fix those issues, a quick fix is to swich back
to the old mapper with a TypoScript setting:
plugin.tx_extname.features.rewrittenPropertyMapper = 0
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment