Use /c/N/edit fragment instead of /c/N/0 in patch set drop down
Change-Id: If17b2765386f02be032d075778fc0890172a4657
This commit is contained in:
@@ -239,9 +239,7 @@ class PatchSetsBox extends Composite {
|
||||
}
|
||||
|
||||
private String url(RevisionInfo r) {
|
||||
return PageLinks.toChange(
|
||||
changeId,
|
||||
String.valueOf(r._number()));
|
||||
return PageLinks.toChange(changeId, r.id());
|
||||
}
|
||||
|
||||
private void closeParent() {
|
||||
|
||||
Reference in New Issue
Block a user