Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.4
-
Fix Version/s: 2.6.6
-
Component/s: User Interface
-
Labels:None
-
Number of attachments :
Description
I know I said b3bf94 for CUANTO-3 seems to be fine, but I just realized that it prevents users from deleting empty TestRuns via the web UI, because the fix prevents navigation to the testrun/results view for empty TestRuns and that view is the only view in which one can delete a TestRun.
A few solutions:
- Display a dialog, saying, "This TestRun is empty. Delete?". This still prevents users from editing empty TestRuns, but why would anyone do that?

- Interpret empty TestRuns to be a TestRun with a single TestOutcome with all empty fields; hide the "Tools" icons and prevent the user from editing the TestOutcome.
- Add a new "Operations" column for TestRuns with the export/edit/delete menus.
Issue Links
- relates to
-
CUANTO-3
Browser error on analysis table for IE and Safari when table is empty
-
I backed out the partial fix for
CUANTO-3that caused this issue.