Ticket #6492 (closed: fixed)
Load problem
Reported by: | Andrei Savici | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Alex Buts |
Description
On Ubuntu and RHEL6, when you click Load, then browse to file, the "Data Files" option, only _runinfo.xml files are shown. This used to work before, and still does on mac and windows. To test, Load, browse to AutoTest directory. If you see more than 1 file, then it's OK
Change History
comment:1 Changed 8 years ago by Martyn Gigg
- Owner set to Martyn Gigg
- Status changed from new to accepted
comment:2 Changed 8 years ago by Martyn Gigg
Fix separator for grouped extensions in run files widget Refs #6492
To group extensions the separator should be a whitespace but it was using a semi-colon so I'm not 100% sure why this ever worked on Windows/Mac.
Changeset: 4f0d1ff908a05aa880081503cd1906b0abc31697
comment:3 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Tester: Please make sure you recheck Windows & Mac. There was no special handling in the code so I don't understand why it worked there.
comment:4 Changed 8 years ago by Alex Buts
- Status changed from verify to verifying
- Tester set to Alex Buts
comment:5 Changed 8 years ago by Alex Buts
- Status changed from verifying to closed
Checked on Ubuntu. Works. RHEL should be fine too.
BTW, windows never had this problem (verified)
comment:6 Changed 8 years ago by Martyn Gigg
Fix separator for grouped extensions in run files widget Refs #6492
To group extensions the separator should be a whitespace but it was using a semi-colon so I'm not 100% sure why this ever worked on Windows/Mac.
Changeset: 4f0d1ff908a05aa880081503cd1906b0abc31697
I'll have a look.