Closed
Bug 821886
Opened 12 years ago
Closed 12 years ago
Add a form to the lookup tool for TxIDs
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-12-20
People
(Reporter: clouserw, Assigned: kngo)
References
Details
(Whiteboard: u=support c=ref p=1)
Our support folks are going to need to be able to look up transaction IDs when people ask about refunds. This bug is about adding a form to (pretty much copying the "Account lookup" form):
https://marketplace.firefox.com/lookup/
It's a single <input> with a search button. We don't need auto-complete on it. The form should only show up if the person has permissions to use it.
The permissions should be Transactions:View which should be added to the Support Staff group.
Submission of the form will load /transaction/:id/ (but that's bug 821885)
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → ngoke
Target Milestone: --- → 2012-12-20
Reporter | ||
Comment 1•12 years ago
|
||
Similar to bug 821885, the transaction lookup API doesn't exist yet, but since you aren't doing autocomplete you don't really need it here. Essentially, this form is just redirecting to /transaction/:id/ and that page will show a "not found" if it's an invalid TxID.
Reporter | ||
Updated•12 years ago
|
Whiteboard: u=support c=ref
Reporter | ||
Updated•12 years ago
|
Whiteboard: u=support c=ref → u=support c=ref p=1
Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•