Merge branch 'stable-2.11' into stable-2.12
* stable-2.11: Set version to 2.11.5 Release notes for Gerrit 2.11.5 Update replication plugin revision Display latest result of branch list screen's filter Change-Id: I59bd12147cb918114fcfc33701f3b9a64c65fc21
This commit is contained in:
@@ -207,8 +207,10 @@ public class ProjectBranchesScreen extends PaginatedProjectScreen {
|
||||
Query q = new Query(filterTxt.getValue());
|
||||
if (match.equals(q.qMatch)) {
|
||||
q.start(start);
|
||||
} else if (query == null) {
|
||||
q.run();
|
||||
} else {
|
||||
if (query == null) {
|
||||
q.run();
|
||||
}
|
||||
query = q;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user