Closed
Bug 879713
Opened 12 years ago
Closed 12 years ago
product dashboard links does not urlencode ampersands
Categories
(bugzilla.mozilla.org Graveyard :: Extensions: ProductDashboard, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc, Assigned: dkl)
Details
The new product dashboard feature has a bug of you select a product/component with an ampersand in it such as:
www.mozilla.org/Pages & Content
This will lead to an error page.
1/ go to https://bugzilla.mozilla.org/page.cgi?id=productdashboard.html&product=www.mozilla.org&bug_status=open&tab=components
2/ click on Pages & Content in the list
actual result:
https://bugzilla.mozilla.org/page.cgi?id=productdashboard.html&product=www.mozilla.org&bug_status=open&tab=components&component=Pages%20&%20Content
expected result:
https://bugzilla.mozilla.org/page.cgi?id=productdashboard.html&product=www.mozilla.org&bug_status=open&tab=components&component=Pages%20%26%20Content
Reporter | ||
Updated•12 years ago
|
Summary: product dashboard links does not urlencore ampersand → product dashboard links does not urlencode ampersands
![]() |
||
Updated•12 years ago
|
Assignee: general → nobody
Component: Bugzilla-General → Extensions: MyDashboard
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Version: unspecified → Production
Assignee | ||
Comment 1•12 years ago
|
||
Thanks for the report. Fix will be in the next prod code push.
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified extensions/ProductDashboard/web/js/components.js
Committed revision 8829.
dkl
Assignee: nobody → dkl
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: bugzilla.mozilla.org → bugzilla.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•