From 3eea477349b9bd953d36e333fa9442953a072c70 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 11 Jul 2019 13:10:07 +0200 Subject: Add integrating and staged to search autocompletion In the web ui, the search field does otherwise not complete our custom states. Change-Id: I1c863ad20b998608dbbfde40aa61fa5692e5833c Reviewed-by: Kari Oikarinen (cherry picked from commit e599c08e5dcd602ffa403f89218d6d0ce695819a) Reviewed-by: Frederik Gladhorn (cherry picked from commit a9760bd52a1045dc18e645c8a757c2e8b3a21efa) Reviewed-by: Paul Wicking --- polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.js b/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.js index 0030babe97..f2f7d6d5e8 100644 --- a/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.js +++ b/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.js @@ -90,6 +90,8 @@ 'status:merged', 'status:open', 'status:reviewed', + 'status:integrating', + 'status:staged', 'topic:', 'tr:', ]; -- cgit v1.2.3