Ticket #8525 (closed: fixed)
Spelling error in tableworkspace right-click menu
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.1 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Samuel Jackson |
Description
See attached screenshot, MatrixWorkspace is missing an 's'
Attachments
Change History
comment:1 Changed 7 years ago by Martyn Gigg
- Status changed from new to inprogress
Fix two spelling erros in the workspace dock right-click menu
Refs #8525
Changeset: c6db200af59102100507fa6f050d74123a2af41c
comment:2 Changed 7 years ago by Martyn Gigg
Ironically I have misspelled errors in the commit comment.
comment:3 Changed 7 years ago by Martyn Gigg
- Status changed from inprogress to verify
- Resolution set to fixed
Branch: bugfix/8525_spelling_error_tbws_menu
Tester: A simple look at the code should suffice to see that the "s" has been put in. The original error only mentioned table workspaces but it was also there on the same menu for MDHistoWorkspaces. or a thorough check use CreateEmptyTableWorkspace to create an empty table and check the right-click menu. For the MD case use the script below to generate a histo workspace that has the required right-click option.
CreateSimulationWorkspace(Instrument='MARI',BinParams='-11,0.01,11',OutputWorkspace='ws') AddSampleLog(Workspace='ws',LogName='Ei',LogText='12.9729',LogType='Number') ConvertToMD(InputWorkspace='ws',OutputWorkspace='mdws',QDimensions='Q3D',QConversionScales='HKL',MinValues='-11,-11,-11,-11',MaxValues='11,11,11,11') BinMD(InputWorkspace='mdws',AlignedDim0='Q_lab_x,-11,11,1',AlignedDim1='Q_lab_y,-11,11,10',AlignedDim2='Q_lab_z,-11,11,1',AlignedDim3='DeltaE,-11,11,1',OutputExtents='-3,3,-3,3,-1,1',OutputBins='100,100,100',OutputWorkspace='mdws_cut')
comment:4 Changed 7 years ago by Samuel Jackson
- Status changed from verify to verifying
- Tester set to Samuel Jackson
comment:5 Changed 7 years ago by Samuel Jackson
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/bugfix/8525_spelling_error_tbws_menu'
Full changeset: 8b0e8d635cd8196d160747a1d6dc66fd55ca6365