Hi gerrit devs,
We company needs to develop a gerrit plugin based on our business, which contributes to the UI. I have study the official documentation "
https://gerrit-review.googlesource.com/Documentation/dev-plugins.html#ui_extension" and "
https://gerrit.googlesource.com/plugins/examples", and it helps before Gerrit 3.0.
After Gerrit 3.0, the GWT UI was removed, and thus the examples project no longer works, especially for the JavaScript API "self.onAction()" which documented in the tutorial.
So I would need helps from the DEVELOPMENT team, or anyone who would like to share a copy of fixed/adapted version of examples project that works in Gerrit 3.5.
Or at least, could you tell me how to fix the self.onAction error in Gerrit 3.5, at a minimum cost, such as replacing the self.OnAction() with another similar interface.
Here is my example, any PR is appreciated:
BTW, please help to update the plugin development tutorial along with the examples projects.
We looking forward to your reply, thanks!