project series search fails if it contains a slash
Bug #433809 reported by
Jesse Weinstein
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Edwin Grubbs |
Bug Description
When I click on the "Choose..." link on a page like: https:/
(which has a link already filled in), the pop-up claims nothing is found, even though what is entered is listed when you search just for the part before the slash.
It appears that the search is simply failing whenever a slash is included.
Related branches
lp://qastaging/~edwin-grubbs/launchpad/bug-433809-picker-search-slash
- Aaron Bentley (community): Approve
- Canonical Launchpad Engineering: Pending (code) requested
-
Diff: 150 lines (+100/-20)2 files modifiedlib/lp/registry/tests/test_productseries_vocabularies.py (+72/-0)
lib/lp/registry/vocabularies.py (+28/-20)
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: package-link |
summary: |
- search fails if it contains a slash + project series search fails if it contains a slash |
Changed in launchpad-registry: | |
importance: | Low → High |
milestone: | none → 3.1.12 |
Changed in launchpad-registry: | |
assignee: | nobody → Edwin Grubbs (edwin-grubbs) |
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
That is annoying. I suspect the issue may be the javascript/JSON may be escaping the '/' so that launchpad is not really searching for what you entered. I wonder if this relates the my problem search for branches,