No tag autocomplete or official list in +filebug extra options
Bug #184737 reported by
Martin Pool
This bug affects 10 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned |
Bug Description
The advanced page for reporting a bug, e.g. <https:/
* in a portlet
* in small print under the form
* in a popup
* in ajax completion
(This bug report previously also covered the page for changing an existing bug report, which is already reported as bug 98585.)
Related branches
lp:~sinzui/launchpad/bug-tag-completions
- Richard Harding (community): Approve
- j.c.sackett (community): Approve
-
Diff: 381 lines (+198/-29)10 files modifiedlib/lp/app/javascript/autocomplete/autocomplete.js (+2/-0)
lib/lp/app/javascript/autocomplete/tests/test_autocomplete.js (+3/-3)
lib/lp/bugs/browser/widgets/bug.py (+34/-1)
lib/lp/bugs/browser/widgets/tests/test_bug.py (+81/-0)
lib/lp/bugs/javascript/bug_tags_entry.js (+20/-11)
lib/lp/bugs/javascript/tests/test_bug_tags_entry.html (+9/-0)
lib/lp/bugs/javascript/tests/test_bug_tags_entry.js (+45/-8)
lib/lp/bugs/templates/bugtask-index.pt (+2/-2)
lib/lp/bugs/templates/bugtask-macros-tableview.pt (+0/-2)
lib/lp/registry/javascript/milestoneoverlay.js (+2/-2)
description: | updated |
Changed in launchpad: | |
status: | New → Confirmed |
Changed in launchpad: | |
status: | Confirmed → Triaged |
importance: | Undecided → Low |
tags: | added: story-filebug-record-extra-info |
tags: |
added: filebug removed: story-filebug-record-extra-info |
summary: |
- Offer likely tags when reporting a bug + No tag autocomplete in +filebug extra options |
Changed in launchpad: | |
importance: | Low → High |
summary: |
- No tag autocomplete in +filebug extra options + No tag autocomplete or official list in +filebug extra options |
tags: | added: javascript |
Changed in launchpad: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
Fixed in stable r15522 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 15522>.