Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
OPEN - issue NXCM-1958: Multi level staging
Browse files Browse the repository at this point in the history
https://issues.sonatype.org/browse/NXCM-1958

git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk/nexus@6682 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
velo committed Jun 28, 2010
1 parent fc5998e commit bd8900a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -336,7 +336,7 @@ Ext.extend(Sonatype.repoServer.AbstractRepoPanel, Ext.Panel, {
},

restToContentUrl : function(node, repoRecord) {
return repoRecord.data.contentResourceURI + node.data.relativePath;
return repoRecord.data.repositoryURI + '/content' + node.data.relativePath;
},

restToRemoteUrl : function(node, repoRecord) {
Expand Down

0 comments on commit bd8900a

Please sign in to comment.