Migration script doesn't target all the files it should for "migrate-20240103-Web-ContentRendering" migration
Bug:
Run ivy-update and migration-helper on project from 4.7 -> 4.8.2
This file isn't found by script:
stylesheets/content/_wrapper/content-org.ametys.plugins.newsletter.Content.newsletter.xsl
for this migration:
https://docs.ametys.org/fr/ametys-v4/manuel-de-mise-a-jour/migration-4-7-vers-4-8/rendu-des-contenus-en-dehors-des-pages.html?search-keywords=20240103
The reason is the target of the script is too restrictive :
<target name="migrate-20240103-Web-ContentRendering"> <ametys:migrate> <fileset dir="." includes="*/skins//stylesheets/content/_wrapper/content.xsl"/> <migration> <do> <message code="code.20240103.Web-ContentRendering">Manual migration may be needed for your skin to fix content rendering.</message> </do> </migration> </ametys:migrate> </target>
- Référence
-
CMS-11824 Refactor comments
- Closed