v3.2.10
Fix event handling on error

The delete-project UI component did not use the legacy mixin anymore,
but still used the this.fire() method provided by the mixin.

Bug: Issue 13402
Change-Id: Iac7779d2206e9ac8aa14ba4400c4c46eb04aba50
1 file changed
tree: 6243248bafff9453e200be4c94a96778679e266f
  1. gr-delete-repo/
  2. src/
  3. .bazelignore
  4. .eslintignore
  5. .eslintrc.json
  6. .gitignore
  7. BUILD
  8. LICENSE
  9. package.json
  10. README.md
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status