-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.31.5
-
Fix Version/s: 3.33.0
-
Component/s: Help & Documentation
-
Epic Link:
-
Team:AT
-
Sprint:nxAT 11.1.19
-
Story Points:1
There are a few references to explorer.nuxeo.com in the Studio code, they should be updated for several reasons:
In help documentation:
help.properties:<b>Learn more</b>:<br/><ul><li><a href="http://explorer.nuxeo.org/nuxeo/site/distribution/current/listExtensionPoints">
This generic link should be updated as "current" keyword will be protected in the future (see NXP-29050). Using "latest" keyword instead should do the trick.
In code:
LifeCycleFeatureEditor.java: "http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-%s/viewOperation/Document.SetLifeCycle/",
String version = "Nuxeo%20DM-" + UriUtils.encode(platformId.version().asString()); Operation.java: String uri = "http://explorer.nuxeo.org/nuxeo/site/distribution/" + version + "/viewOperation/" + encodedId;
Explorer handles aliases but since the "Nuxeo DM" naming has been dropped since version 5.8, it would be better to use the current naming "Nuxeo Platform" instead.
- links to