You have overloaded the common-service-head-css and common-service-head-js templates to add your own css or js, they need to make a single call to a dashboard template ( dashboard-css and dashboard-js respectively).
Oops!
Copy to clipboard failed. Open the code and copy it manually.
<xsl:template name="common-service-head-css">
<xsl:call-template name="dashboard-css"/>
<!-- Vos propres css -->
</xsl:template>
<xsl:template name="common-service-head-css">
<xsl:call-template name="dashboard-css"/>
<!-- Vos propres css -->
</xsl:template>
<xsl:template name="common-service-head-css">
<xsl:call-template name="dashboard-css"/>
<!-- Vos propres css -->
</xsl:template>
Oops!
Copy to clipboard failed. Open the code and copy it manually.
<xsl:template name="common-service-head-js">
<xsl:call-template name="dashboard-js"/>
<!-- Vos propres JS -->
</xsl:template>
<xsl:template name="common-service-head-js">
<xsl:call-template name="dashboard-js"/>
<!-- Vos propres JS -->
</xsl:template>
<xsl:template name="common-service-head-js">
<xsl:call-template name="dashboard-js"/>
<!-- Vos propres JS -->
</xsl:template>
The structure of the dashboard-css and dashboard-js templates has been modified and it is not recommended to overload them!
Oops!
Copy to clipboard failed. Open the code and copy it manually.
The dashboard-initialize-js template is the one that calls DashboardHelper.initializeContentForms. It is now inadvisable to overload it, just respect the JS method names in the event of overloading.
Oops!
Copy to clipboard failed. Open the code and copy it manually.