Closed
Bug 1248263
Opened 10 years ago
Closed 9 years ago
Allow filtering by multiple countries and locales for a single recipe
Categories
(Shield :: General, defect)
Shield
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: osmose, Assigned: mythmon)
References
Details
The locale and country filters currently limit a recipe to a single locale and country combination. We want to change this so that multiple countries and locales can be selected for filtering on a single recipe. We're essentially changing the dropdown in the admin to a multi-select.
The logic is the same; a recipe matches a client if their locale matches _any_ of the locales specified for the recipe, and the same goes for country. If both are specified, then both fields must match.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mcooper
Status: NEW → ASSIGNED
Comment 1•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy
https://github.com/mozilla/normandy/commit/060dae782c3507444402a8c120d963272c925bdf
Make Recipe locale and country selection many-to-many
Fixes bug 1248263.
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Component: SHIELD → General
Product: Websites → Normandy
You need to log in
before you can comment on or make changes to this bug.
Description
•