mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
fix wrong changeset url
This commit is contained in:
@@ -48,6 +48,11 @@ public class WUIRepositoryUrlProvider extends WUIModelUrlProvider
|
|||||||
/** Field description */
|
/** Field description */
|
||||||
public static final String COMPONENT_BROWSER = "repositoryBrowser";
|
public static final String COMPONENT_BROWSER = "repositoryBrowser";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 1.15
|
||||||
|
*/
|
||||||
|
public static final String COMPONENT_CHANGESET = "changesetPanel";
|
||||||
|
|
||||||
/** Field description */
|
/** Field description */
|
||||||
public static final String COMPONENT_CHANGESETS =
|
public static final String COMPONENT_CHANGESETS =
|
||||||
"repositoryChangesetViewerPanel";
|
"repositoryChangesetViewerPanel";
|
||||||
@@ -188,7 +193,7 @@ public class WUIRepositoryUrlProvider extends WUIModelUrlProvider
|
|||||||
{
|
{
|
||||||
revision = UrlUtil.fixRevision(revision);
|
revision = UrlUtil.fixRevision(revision);
|
||||||
|
|
||||||
return new WUIUrlBuilder(baseUrl, VIEW_CHANGESET).append(
|
return new WUIUrlBuilder(baseUrl, COMPONENT_CHANGESET).append(
|
||||||
repositoryId).append(revision).toString();
|
repositoryId).append(revision).toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user