-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 57
-
Fix Version/s: 57.1
-
Component/s: Target Platforms
-
Tags:
-
Sprint:nxNest Sprint 9.1.6
-
Story Points:2
For example https://connect.nuxeo.com/nuxeo/site/studio/ide?project=nuxeo-routing-expenses was using CAP-8.3.
When loading it in Studio, a popup was showing:
Bug: No Such Container Item: /listings
Workaround: Updating the target platform version,
- <version>cap-8.3</version> - <packages/> + <version>server-8.10</version> + <packages> + <string>nuxeo-jsf-ui-8.10.0</string> + </packages>
and then setting it back to 8.3 fixed the problem:
- <version>server-8.10</version> + <version>server-8.3</version> <packages> - <string>nuxeo-jsf-ui-8.10.0</string> + <string>nuxeo-jsf-ui-8.3.0</string>
"cap-8.3 + 0 package" does not work when "server-8.3 + jsf-ui package" does.