fix(query): show views and failed events (#3743)

* fix(system): show views and failed events

* fix: set correct database on failed events and views
This commit is contained in:
Silvan
2022-05-31 16:33:50 +02:00
committed by GitHub
parent e3e0207318
commit ed36680ea1
11 changed files with 31 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ func (s *Server) ListViews(ctx context.Context, _ *system_pb.ListViewsRequest) (
if err != nil {
return nil, err
}
convertedCurrentSequences := CurrentSequencesToPb(currentSequences)
convertedCurrentSequences := CurrentSequencesToPb(s.database, currentSequences)
views, err := s.administrator.GetViews()
if err != nil {
return nil, err