ISISComputingGroup / IBEX

Top level repository for IBEX stories
5 stars 2 forks source link

DAE: change_monitor from genie python not reflected in acqusition tab #7944

Closed FreddieAkeroyd closed 9 months ago

FreddieAkeroyd commented 1 year ago

A change_monitor from genie python works and is displayed in the run information gui tab, but not in the data acquisition tab where values are set. We had a similar issue with wiring tables that was fixed, maybe a data binding issue? Maybe some items such as the monitor spectrum number got missed?

Acceptance Criteria

Changing monitor number from genie python is reflected in GUI experiment setup page

To test

FreddieAkeroyd commented 1 year ago

I think previous fix for wiring tables was in https://github.com/ISISComputingGroup/ibex_gui/pull/1419

FreddieAkeroyd commented 1 year ago

I think the problem may be that Monitior Spectrum is a "spinner", the form/to update as expected. So eitehr fix it for spinners, or it doesn't need to be a spinner it could just be an input box

zsoltkebel commented 9 months ago

PRs

zsoltkebel commented 9 months ago

Needs someone else's review