Skip to content

[WIP] fixes

Marcus Oskarsson requested to merge gh-83aaec89/469/meguiraun/biomax2 into master

Created by: meguiraun

a collection of small fixes here and there while we are testing in the beamline.

WIP because I guess more will come.

  • in the queue state retrieval sample_order was not properly pop-ed
  • missing get_dc if rest lims not available (this is an old friend)
  • the prefix changed to {'d-', 'c-', 'l-'}name-acr based on collection type
  • the root path supplied to the task was lost
  • In the current tree clicking on 'next sample' was not mounting the sample, only running it
    • linked to that: it is a bit confusing that if you click 'next sample' it will start running that one no matter if you have run the queue first. This pr looks that it fixes the issue for us but I am not sure if it breaks something else (gonna work on this more, perhaps a flag that tells if the queue is already running?)
  • Solving #468 (closed)

Merge request reports