Today I saw a few time the message place holder <mwe-upwiz-undefined> in the last step of the UploadWizard.
Version: unspecified
Severity: normal
Whiteboard: gci2013
URL: http://www.google-melange.com/gci/task/view/google/gci2013/5854794258317312
Today I saw a few time the message place holder <mwe-upwiz-undefined> in the last step of the UploadWizard.
Version: unspecified
Severity: normal
Whiteboard: gci2013
URL: http://www.google-melange.com/gci/task/view/google/gci2013/5854794258317312
| Status | Subtype | Assigned | Task | |
|---|---|---|---|---|
| · · · | ||||
| Invalid | None | T40638 [DO NOT USE] Interface messages needing rewording or documentation and other issues with existing messages [superseded by #Voice_&_Tone] | ||
| Resolved | None | T56524 Missing message <mwe-upwiz-undefined> | ||
| · · · |
I'm going to guess js error where mw-upwiz- is being concated with an undefined variable
Adding many blockers of bug 38638 to the list of "easy" bugs, to mark them as candidates for [[mw:Google Code-in]] tasks (gci2013). If you think this bug is not suitable, remove the keyword.
(In reply to comment #1)
I'm going to guess js error where mw-upwiz- is being concated with an
undefined
variable
Then, unless Raymond finds the place(s) where this happens consistently, this is what it takes to fix this:
A bit tedious but easy and needs to be done anyway, can we get a GCI task please? :)
maddiemadan wrote:
I think line 230 in mw.FormDataTransport and line 1341 in mw.UploadWizardDetails.js are the problems. response.upload.stage is returning undefined in the first one and result.upload.stage is returning undefined in the second one. I cant find any other problems in UW related to this bug
Change 104782 had a related patch set uploaded by Mayankmadan:
Adding code comments of resulting keys
maddiemadan wrote:
Is there a particular way to call the mw.UploadWizardDetails function?
All patches were merged a while ago - is there more work left to do here (if yes: please reset the bug report status to NEW or ASSIGNED), or can you close this ticket as RESOLVED FIXED?