commit | 868fad4c44856a0b1d8718c5fb490a8831d8d144 | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Tue Oct 13 11:40:50 2020 +0200 |
committer | Ben Rohlfs <brohlfs@google.com> | Tue Oct 13 11:40:50 2020 +0200 |
tree | 2172dc9a48d205aa974d3099a2c69f5a000e3b07 | |
parent | 744b30bafc3c7360d626a8436cf491d0bdbaaa2f [diff] [blame] |
Add email notification option ATTENTION_SET_ONLY This new option was recently added to the backend in change 284133. Change-Id: Ifef2aed071f646d4694fad48f8e7d47846ded8c3
diff --git a/polygerrit-ui/app/constants/constants.ts b/polygerrit-ui/app/constants/constants.ts index 2db076f..be52835 100644 --- a/polygerrit-ui/app/constants/constants.ts +++ b/polygerrit-ui/app/constants/constants.ts
@@ -292,6 +292,7 @@ export enum EmailStrategy { ENABLED = 'ENABLED', CC_ON_OWN_COMMENTS = 'CC_ON_OWN_COMMENTS', + ATTENTION_SET_ONLY = 'ATTENTION_SET_ONLY', DISABLED = 'DISABLED', }