-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 49
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Branding / Theme
-
Tags:
-
Sprint:nxAT Sprint 9.1.1, NOS-33
The jenkins report bundle built at https://qa.nuxeo.org/jenkins/job/master/job/plugins_nuxeo-jenkins-report-master-master/ holds a reference to a compat style configuration:
<extension target="org.nuxeo.theme.styling.service" point="styles"> <style name="studio_old_theme_compat"> <src>themes/css/studio_old_theme_compat.css</src> </style> </extension>
This holds the configuration:
.studioButton a {line-height: normal;} .printButton .action_bar {margin: 0;}
At startup on 8.10-SNAPSHOT, this produces the following warn (seen in intranet preprod instance):
====================================================================== = Component Loading Errors: * Style 'studio_old_theme_compat' on component service:studio.extensions.nuxeo-jenkins-report should now be contributed to extension point 'org.nuxeo.ecm.platform.WebResources': a compatibility registration was performed but it may not be accurate. Note that the 'flavor' processor should be used with this resource. ======================================================================
Looking at Studio code, this compat contribution should only be added on an instance using target platform 5.5...
- is related to
-
NXP-22749 Empty runtime warning messages at hot reload
- Resolved