commit | 54473d1c5333d8312983be7ca3260bf54bf92477 | [log] [tgz] |
---|---|---|
author | paladox <thomasmulhall410@yahoo.com> | Wed May 08 15:38:17 2024 +0100 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Mon May 20 13:31:43 2024 +0000 |
tree | d54bed49f2154acc8066b4ebf0083d149bfebab8 | |
parent | 7676cc6706a930b10deaaf7698a9fac9c3dc28d6 [diff] [blame] |
Add getAccountEmails to user-model And use it for the email editor. Release-Notes: skip Change-Id: I2b788ad28c3fce8824f10a36d1bee40c3077ac5b
diff --git a/polygerrit-ui/app/test/mocks/gr-rest-api_mock.ts b/polygerrit-ui/app/test/mocks/gr-rest-api_mock.ts index 77f2498..570b50a 100644 --- a/polygerrit-ui/app/test/mocks/gr-rest-api_mock.ts +++ b/polygerrit-ui/app/test/mocks/gr-rest-api_mock.ts
@@ -442,6 +442,7 @@ invalidateGroupsCache(): void {}, invalidateReposCache(): void {}, invalidateAccountsDetailCache(): void {}, + invalidateAccountsEmailCache(): void {}, probePath(): Promise<boolean> { return Promise.resolve(true); },