Add dropdown to jump to patch set in change view
Feature: Issue 3645 Change-Id: I5b38ce872295c5d39790d3768ca581f07c050785
This commit is contained in:
@@ -61,7 +61,7 @@ window.addEventListener('WebComponentsReady', function() {
|
||||
page.redirect('/c/' + ctx.params[0]);
|
||||
});
|
||||
|
||||
page('/c/:changeNum', function(data) {
|
||||
page('/c/:changeNum/:patchNum?', function(data) {
|
||||
app.route = 'gr-change-view';
|
||||
app.params = data.params;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user