eclipse-archived / packagedrone

Eclipse Package Drone
http://eclipse.org/package-drone
Eclipse Public License 1.0
66 stars 39 forks source link

Children links in relation tab are wrong #52

Closed nfalco79 closed 8 years ago

nfalco79 commented 8 years ago

When I select an artifact to view details, in the tag Relations it show me children links. These link has a wrong url:

http://{host}:{port}/artifact/{artifactId}/view

this URL is missing of the channel information. The correct URL is

http://{host}:{port}/channel/{channelId}/artifact/{artifactId}/view

Also refer to eclipse bug 492710

ctron commented 8 years ago

Thanks for reporting!

ctron commented 8 years ago

It will be in the integration builds in a few minutes and of course in the final release.