Modification of default values for Site criteria


This page should only be used if the script asks you to pass the manual migration code.20250502.WEB.update-site-criterion-default-value

The syntax defining the default value for site criteria has changed. To define a site list, here is the old syntax:

<item ref="site">
<default-value>
<context>SITES_LIST</context>
<sites>www,intranet,...</sites>
   </default-value>
[...]
</item>

To be replaced by :

<item ref="site">
<default-value>www,intranet,...</default-value>
[...]
</item>
Back to top