Files
gerrit/polygerrit-ui/app/elements/plugins
Viktar Donich b6db19e072 Plugin API for label score updates
Plugin may use following API to receive saved label updates:

``` js
plugin.changeMetadata().onLabelsChanged(
    labels => console.log(labels));
```

Feature: Issue 820117
Change-Id: Id428606db25086cfdf5a5b420e34777cc8b27303
2018-04-06 15:24:56 -07:00
..