Ticket #3012 (closed: fixed)
Sorting the workspace list
Reported by: | Steve Williams | Owned by: | Peter Parker |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Robert Whitley |
Description
It would be useful to sort the workspaces list alphabetically or by time last modified (from Richard Heenan)
Change History
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 29 to Iteration 30
"New" tickets moved at the code freeze of iteration 29
comment:4 Changed 9 years ago by Nick Draper
- Owner set to Anyone
- Priority changed from minor to critical
- Status changed from new to assigned
comment:5 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 30 to Iteration 31
Bulk move of tickets to iteration 31 at the iteration 30 code freeze
comment:6 Changed 9 years ago by Peter Parker
- Status changed from assigned to accepted
- Owner changed from Anyone to Peter Parker
comment:9 Changed 9 years ago by Peter Parker
- Status changed from accepted to verify
- Resolution set to fixed
comment:10 Changed 9 years ago by Robert Whitley
- Status changed from verify to verifying
- Tester set to Robert Whitley
comment:11 Changed 9 years ago by Robert Whitley
- Status changed from verifying to reopened
- Resolution fixed deleted
Found a problem when sorting by time modified. Error: Invalid vector <t> subscript.
To reproduce: Open Muon Analysis, load some date, sort by time.
comment:12 Changed 9 years ago by Peter Parker
Temp fix for sorting Muon Analaysis ws groups. Refs #3012.
The source of the problem seems to be that the ws group "MuonAnalysisGroup" returns no history via its "getHistory" method. Implemented a temporary measure of presenting the user with a dialog as a warning to say that one of the workspaces has no history, and so it may not have been sorted correctly. Raised the ticket #4439 for next iteration.
Changeset: bfba117d9e329f106a9699580cb7a942de9faa35
comment:14 Changed 9 years ago by Peter Parker
- Status changed from accepted to verify
- Resolution set to fixed
comment:17 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3859
(In [12260]) Fixes #3087: LoadIsawUB works to a round trip. Refs #3012: Fix universalGoniometer in Goniometer class to use the right rotations. Refs #2897: fixed a couple of warnings.