aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2022-06-29 09:40:08 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-07-12 15:59:45 +0200
commitd91dd8ea00d74ae74acc65bc8e744802c7c72e31 (patch)
tree56233ab0836431878e535b8fce87904a9b62352b
parentb3ac3c933a815d58b8f25d6a0e5a7d121abdb18f (diff)
dashboard: add a missing index
We currently fail in fetchFixPendingBugs() when the manager filter is used.
-rw-r--r--dashboard/app/index.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dashboard/app/index.yaml b/dashboard/app/index.yaml
index 39092ebfc..be7438bbc 100644
--- a/dashboard/app/index.yaml
+++ b/dashboard/app/index.yaml
@@ -23,6 +23,13 @@ indexes:
properties:
- name: Namespace
- name: Status
+ - name: HappenedOn
+ - name: Commits
+
+- kind: Bug
+ properties:
+ - name: Namespace
+ - name: Status
- name: Commits
- kind: Bug