-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.4
-
Fix Version/s: 7.10
-
Component/s: Importer, Seam / JSF UI, Web Common
-
Tags:
Since theme removal, some cleanup was done in JS resources used in Nuxeo, and the jquery lib that JSF pages are relying on actually comes with RichFaces.
This does not allow to migrate external script that were relying on the themes-lib servlet like:
<script type="text/javascript" src="/nuxeo/nxthemes-lib/jquery.js"> </script>
The importer and segment.io addons currently hold such a call that should be migrated.
=> embed a jquery version by default in the webapp (use the sane version than the one provided by RichFaces) and define a bundle to reference it instead as:
<script type="text/javascript" src="/nuxeo/wro/api/v1/resource/bundle/jquery.js"> </script>
- is duplicated by
-
NXP-18752 Fix Platform Importer package
- Resolved