Skip to content
Snippets Groups Projects
Commit 0fb8d02f authored by Helmut Hummel's avatar Helmut Hummel Committed by Anja Leichsenring
Browse files

[BUGIFX] Allow overriding system extensions

When making a copy of a system extension and place the copy
in typo3conf/ext, the package manager is capable of loading the copy
instead of the original extension. However the path of the classes would
still be wrong.

To support this feature properly, we need to create class maps of the
new location to override the already registered maps.

For this to work the package type needs to be changed
from "typo3-cms-framework" to "typo3-cms-extension" in composer.json of
the copied system extension.

Resolves: #70077
Releases: master
Change-Id: I77168b8957e7b5658ce710f13dedf258474b040b
Reviewed-on: http://review.typo3.org/43522


Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
Tested-by: default avatarNicole Cordes <typo3@cordes.co>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent c9beebec
Branches
Tags
No related merge requests found
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