Closed
Bug 355146
Opened 19 years ago
Closed 19 years ago
"edit testcase" should really do it
Categories
(Webtools Graveyard :: Litmus, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ispiked, Assigned: coop)
Details
Steps to reproduce:
1. Go to http://litmus.mozilla.org/show_test.cgi?id=1246.
2. Click the "edit testcase" link the upper right.
Results:
I'm taken to the manage testcase page where I see the testcase and can /choose/ to edit it by clicking the "Edit testcase button".
Expected results:
The edit testcase button should be "automatically" selected and I should be in edit mode, ready to edit the testcase.
Reporter | ||
Comment 1•19 years ago
|
||
I get the following error in the JS Console:
Error: testcase has no properties
Source File: http://litmus.mozilla.org/manage_testcases.cgi?testcase_id=1246&edit=1
Line: 9807
This maps to:
if (testcase.testcase_id == 1246) {
switchToEdit();
}
so I guess this explains why this isn't working!
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•19 years ago
|
||
Production install updated.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•19 years ago
|
||
Verified. Thanks for the super quick turnaround, coop!
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•