summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaladox none <thomasmulhall410@yahoo.com>2021-08-05 17:29:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-08-05 17:29:10 +0000
commit503f3a8082afb2094c1a0feab1160edaafa502f9 (patch)
tree7ba01dc64e8b45453afd750fb8981d533a28a972
parentb47ff34056a9c5fc05b42df16cb1c93554abe20d (diff)
parent89304cbfd2edf728a983cdddbedaed492029b83f (diff)
Merge "Pop up accounts when typing within assignee or attention on the searchbar" into stable-3.3
-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':