Merge "If two plugins contribute the same top menu display it only once"
This commit is contained in:
@@ -832,6 +832,7 @@ public class Gerrit implements EntryPoint {
|
|||||||
addExtensionLink(bar, item);
|
addExtensionLink(bar, item);
|
||||||
}
|
}
|
||||||
if (existingBar == null) {
|
if (existingBar == null) {
|
||||||
|
menuBars.put(menu.getName(), bar);
|
||||||
menuLeft.add(bar, menu.getName());
|
menuLeft.add(bar, menu.getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user