Bread crumb missing for question and FAQ
Bug #435743 reported by
Henning Eggers
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Curtis Hovey |
Bug Description
When viewing a question or an FAQ, the bread crumbs are missing the last piece:
Foo project - Questions
It should probably be
Foo project - Questions - #12345
or
Foo project - Questions - Question #12345
I guess there is just a page_title missing to the view.
Related branches
lp://qastaging/~sinzui/launchpad/answers-ui-fixes
- Henning Eggers (community): Approve (code)
-
Diff: 585 lines (+110/-59)17 files modifiedlib/lp/answers/browser/configure.zcml (+11/-0)
lib/lp/answers/browser/faq.py (+12/-7)
lib/lp/answers/browser/question.py (+11/-4)
lib/lp/answers/browser/tests/test_breadcrumbs.py (+28/-0)
lib/lp/answers/stories/faq-add.txt (+1/-1)
lib/lp/answers/stories/faq-browse-and-search.txt (+1/-1)
lib/lp/answers/stories/faq-edit.txt (+1/-1)
lib/lp/answers/stories/project-add-question.txt (+8/-8)
lib/lp/answers/stories/question-add-in-other-languages.txt (+6/-6)
lib/lp/answers/stories/question-add.txt (+5/-5)
lib/lp/answers/stories/question-answer-contact.txt (+2/-2)
lib/lp/answers/stories/question-browse-and-search.txt (+5/-5)
lib/lp/answers/stories/question-message.txt (+3/-3)
lib/lp/answers/stories/question-obfuscation.txt (+5/-5)
lib/lp/answers/stories/question-overview.txt (+1/-1)
lib/lp/answers/stories/this-is-a-faq.txt (+7/-7)
lib/lp/bugs/stories/bugs/xx-bug-create-question.txt (+3/-3)
summary: |
- Bread crumb missing for a single question + Bread crumb missing for question and FAQ |
description: | updated |
Changed in launchpad-answers: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 3.1.10 |
Changed in launchpad-answers: | |
milestone: | 3.1.10 → 3.1.11 |
Changed in launchpad-answers: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
To post a comment you must log in.
Fixed in launchpad devel r9842.