Closed
Bug 455523
Opened 17 years ago
Closed 17 years ago
CaseRun's "Notes" tab in UI does not update when status change button is clicked
Categories
(Testopia :: Test Runs, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmalcolm, Assigned: gregaryh)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071018 Red Hat/3.0.1-1.el5 Firefox/3.0.1
Build Identifier: 2.1
The "Notes" tab for a caserun does not update when the status change button is clicked, despite this changing the notes server-side.
Reproducible: Always
Steps to Reproduce:
1. Browse to a new test run (tr_show_run.cgi) and view the caseruns.
2. Click on a status change icon e.g. the green circle with a tick for "PASSED"
3. Click on the "Notes" tab
Actual Results:
The Notes tab has no text
Expected Results:
The "Notes" tab should have a line for the status change e.g.: "09/16/08 11:20:07: Status changed from IDLE to PASSED by jdoe@example.com for build 'foo' and environment 'bar'"
(this line is in the db)
Click on another case, then clicking on the original case shows the expected line in the notes tab; it's updating the db, but not the notes tab UI.
Similarly, one can force a UI update by appending a note; the status change update then becomes visible (you get both the status change line, and the freshly appended note)
| Assignee | ||
Comment 1•17 years ago
|
||
Checking in testopia/js/util.js;
/cvsroot/mozilla/webtools/testopia/testopia/js/util.js,v <-- util.js
new revision: 1.42; previous revision: 1.41
done
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•