Ticket #3681 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

LoadDialog misbehaves

Reported by: Nick Draper Owned by: Martyn Gigg
Priority: critical Milestone: Iteration 30
Component: MantidPlot Keywords:
Cc: Blocked By:
Blocking: Tester: Nick Draper

Description

When you run the code below there are two bugs:

  1. The workspace name changes from the set value to the filename
  2. The Spectrumlist is not disabled.
# Load the monitor spectrum, asking the  user for file
loadalg = LoadDialog(OutputWorkspace="Monitor",SpectrumMin=2,SpectrumMax=2,Message="Enter the raw file you want to process", Disable="SpectrumList")

Change History

comment:1 Changed 9 years ago by Nick Draper

  • type changed from enhancement to defect

comment:2 Changed 9 years ago by Martyn Gigg

  • Status changed from new to verify
  • Resolution set to fixed

In [14730]:

Improve handling of enable/disable lists in dialog commands from Python and fix them for the LoadDialog. Fixes #3681

comment:3 Changed 9 years ago by Nick Draper

  • Status changed from verify to verifying
  • Tester set to Nick Draper

comment:4 Changed 9 years ago by Nick Draper

  • Status changed from verifying to closed

tested with userinputscript.py in version 1.30.14747

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4528

Note: See TracTickets for help on using tickets.