Files
gerrit/polygerrit-ui/app/elements/plugins
Thomas Shafer 437875dac1 Fix error in plugin loading
This error happens when a plugin is loaded after Gerrit.awaitPluginsLoaded
completes. Gerrit._endpoints.getDetails inits the module and then
Gerrit._endpoints.onNewEndpoint inits the module a second time. This renders
the same endpoint on the screen twice.

Change-Id: I65c7430f6d1350d1287b400a9ea1d6e275f8e8da
(cherry picked from commit 465d12d8a0)
2019-02-11 17:42:57 +00:00
..