summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaladox none <thomasmulhall410@yahoo.com>2021-08-05 04:50:49 +0000
committerPaladox none <thomasmulhall410@yahoo.com>2021-08-05 08:41:12 +0000
commit89304cbfd2edf728a983cdddbedaed492029b83f (patch)
treeb3e0c08c6653427a9e3e29de1b8a3629c13894fd
parent8df868b9887fe8b11d4e46b47552523522113bf7 (diff)
Pop up accounts when typing within assignee or attention on the searchbar
Change-Id: Ia4d12a3395f0f8fab372af838af42c285f160b19 (cherry picked from commit a99c56c2b5106250965ef1dbf81c68c6b6b9214d)
-rw-r--r--polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts b/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts
index d34dcc944d..abbe3162e4 100644
--- a/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts
+++ b/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts
@@ -314,6 +314,8 @@ export class GrSearchBar extends KeyboardShortcutMixin(
// Fetch projects.
return this.projectSuggestions(predicate, expression);
+ case 'assignee':
+ case 'attention':
case 'author':
case 'cc':
case 'commentby':