Country limitations do not function properly
Bug #1112774 reported by
John Pugh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-center (Ubuntu) |
Fix Released
|
High
|
Anthony Lenton |
Bug Description
The "only distribute in the following countries" is not functioning properly. If I add the exception for my country, I still cannot see the application.
For instance, davmor2 is in the UK, adding UK and he cannot see the app.
Related branches
lp://qastaging/~mikemc/software-center/fix-whitelist
- dobey: Approve
- Michael Vogt: Approve
-
Diff: 104 lines (+53/-13)2 files modifiedsoftwarecenter/db/update.py (+19/-11)
tests/test_database.py (+34/-2)
tags: | added: u1-by-qa u1-dev-portal u1-on-production |
Changed in developer-portal: | |
status: | Confirmed → In Progress |
assignee: | nobody → Anthony Lenton (elachuni) |
Changed in software-center: | |
status: | In Progress → Fix Committed |
affects: | software-center → software-center (Ubuntu) |
To post a comment you must log in.
The whitelist enforcement code in software-center was only tested with a single whitelisted country. It looks at all the whitelist tags sent by the server and skips the app if any of them are not your country. A fix is on its way.