Merge "Notify reviewers on change edit in UI"
diff --git a/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.ts b/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.ts
index 13c5d36..12e9a43 100644
--- a/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.ts
+++ b/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.ts
@@ -1780,7 +1780,7 @@
'/edit:publish',
assertUIActionInfo(this.actions.publishEdit),
false,
- {notify: NotifyType.NONE}
+ {notify: NotifyType.OWNER_REVIEWERS}
);
this.sendPublishEditEvent();
}
diff --git a/polygerrit-ui/app/elements/edit/gr-editor-view/gr-editor-view.ts b/polygerrit-ui/app/elements/edit/gr-editor-view/gr-editor-view.ts
index 7f35f04..5731522 100644
--- a/polygerrit-ui/app/elements/edit/gr-editor-view/gr-editor-view.ts
+++ b/polygerrit-ui/app/elements/edit/gr-editor-view/gr-editor-view.ts
@@ -510,7 +510,7 @@
HttpMethod.POST,
'/edit:publish',
undefined,
- {notify: NotifyType.NONE},
+ {notify: NotifyType.OWNER_REVIEWERS},
handleError
)
.then(res => {