Bug #51572
closedExtensions order changing in LocalConfiguration.php during extensions update
100%
Description
During the update of an extension, the order of extensions is changing in LocalConfiguration.php.
Potentially this behaviour could break the site in production.
Example :
We've extended News extension, and after it's update from TER, News appears after news_custom_extension in LocalConfiguration.php
So, ext_tables.php and ext_localconf.php, which should override some News parameters are overrided itself.
In my case, I'd to manually reorder extension array after the extension update.
I suppose, the update should keep the order of installed extensions.
Updated by Christian Kuhn about 11 years ago
not easy to solve: upgrade just deinstalls, fetchs and installs again.
Updated by Fedir RYKHTIK about 11 years ago
Possible solutions : or to keep in the session the good order of previously installed extensions and to do reordering at the end of update procedure.
Or not to touch the variable of installed extensions at all.
Updated by Markus Klein about 11 years ago
- Is Regression set to No
Just a note on this. For 6.2 you should define a dependency on news. The package manager will properly load news before your extension.
Updated by Nicole Cordes over 10 years ago
- Status changed from New to Accepted
- Assignee set to Nicole Cordes
- Target version set to next-patchlevel
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31329
Updated by Nicole Cordes over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6234622f928d147efab9b7b21430d161d570e43f.