Skip to content
Snippets Groups Projects
Commit 6c1f3293 authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Christian Kuhn
Browse files

[TASK] Remove rewrittenPropertyMapper setting in sysext

After enabling the rewrittenPropertyMapper per default, the
explicit enabling in sysexts is no longer needed.

Resolves: #46294
Releases: 6.1
Change-Id: I7f5760ae85999495606a3d56098cf7b38682b452
Reviewed-on: https://review.typo3.org/18919
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent 2ed5661e
No related branches found
No related tags found
No related merge requests found
module.tx_belog {
features.rewrittenPropertyMapper = 1
persistence.classes {
TYPO3\CMS\Belog\Domain\Model\LogEntry {
mapping {
......
......@@ -3,8 +3,6 @@ module.tx_extensionmanager {
repositoryUid = 1
}
features {
# this enables/disables the reworked property mapper (see http://forge.typo3.org/projects/typo3v4-mvc/wiki/PropertyMapper_rework)
rewrittenPropertyMapper = 1
# if enabled, default controller and/or action is skipped when creating URIs through the URI Builder (see http://forge.typo3.org/projects/typo3v4-mvc/wiki/Skip_default_arguments_in_URIs)
skipDefaultArguments = 0
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment