-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always order collection suggestions alphabetically (#38)
Instead of by count, because the count is always 1 or 2 anyway (depending on whether the backend is listed with 1 or 2 versions). And then the count doesn't need to be displayed anymore either. The new ordering revealed that there was a collection with id=null and title=null, which I traced back to the old Mundialis backend. It returned an error instead of a valid collections object in its `GET /collections` response. So I introduced a safety check in the pipelines that populate the `collections` and `processes` MongoDB collections.
- Loading branch information
1 parent
4448eab
commit 7c85298
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters