summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-07-11 13:10:07 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 11:32:28 +0000
commit0cd3128722869e29cbddd9b3c893f33258db99dd (patch)
tree58420d6a8fbd738f3e39b1fd4bd47a02e116d8f6
parenta86b068f4efc0dcfec3cdc20dbb63212cf93078a (diff)
Add integrating and staged to search autocompletionv3.1.8-based
In the web ui, the search field does otherwise not complete our custom states. Change-Id: I1c863ad20b998608dbbfde40aa61fa5692e5833c (cherry picked from commit 3eea477349b9bd953d36e333fa9442953a072c70) Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
-rw-r--r--polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.js2
1 files changed, 2 insertions, 0 deletions
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:',
];