pre-release versions displayed by default
Bug #1017930 reported by
Michael Nelson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Apps Directory |
Confirmed
|
Medium
|
Unassigned |
Bug Description
This is just a heads-up for a bug noticed in the code [1]
Currently when accessing a url like:
https:/
it returns the app for the latest series, whether or not that's a pre-release series or not.
While discussing solutions for that, we said:
- check_all_latest will set the is_latest bit for the latest *released* distroseries
- find_best and find_best_or_404 will just check the is_latest bit or be removed entirely so that call-sites can just do: Application.
- Ensure check_all_latest is called at the end of import_
To post a comment you must log in.