Ticket #5723 (closed: fixed)
MUON: Keep tick boxes in Result table after new fit
Reported by: | Anders Markvardsen | Owned by: | Peter Parker |
---|---|---|---|
Priority: | major | Milestone: | Release 2.3 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
To reproduce:
1) Open e.g. \Test\AutoTestData\MUSR00015189.nxs in Muon Analysis interface.
2) Then do any fit to this dataset in the Data Analysis tab
3) Go to Results Table tab and tick any of the boxes in the Include columns
4) Click on any of the other tabs in the Muon Interface and then back to the Results Table tab
What is seen is that ticks in the Include column are gone.
Change this behavious so that boxes ticked in Result Table tab are remembered (not cleared). Also for the case where after 3) above the user
5) go to Home tab and open another muon data set
6) go to the Data Analysis tab and fit this dataset
7) go to the Results table tab
Change History
comment:1 Changed 8 years ago by Anders Markvardsen
- Owner changed from Anders Markvardsen to Peter Parker
- Status changed from new to assigned
comment:2 Changed 8 years ago by Peter Parker
Refs #5723 - Keep track of user choices in tables.
Some code duplication for each of the tables, but it isn't really worth generalising for only two loops.
Also, while here, stop users from being able to edit the text of items in the "Log Value" and "Fit Table Name" columns.
Changeset: a5486822a1e4baac92875c17e8001878c0b46aef
comment:4 Changed 8 years ago by Peter Parker
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 8 years ago by Peter Parker
Refs #5723 - Keep track of user choices in tables.
Some code duplication for each of the tables, but it isn't really worth generalising for only two loops.
Also, while here, stop users from being able to edit the text of items in the "Log Value" and "Fit Table Name" columns.
Changeset: a5486822a1e4baac92875c17e8001878c0b46aef
comment:6 Changed 8 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov