Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix(scan_control): scan args signal fixed to emit list instead of hardcoded structure

wyzula_j requested to merge fix/scan_control_arg_box_signal into main

Description

The refactoring of scan control widget (!339 (merged)) introduced signal which assumed that args are always 3 parameters (device,start,stop). This is not true in general (example grid scan has arg bundle (device,start,stop,steps)).

This MR reverts it back to the state which was before !339 (merged) and introduce signal which emits lists of all arg bundles.

Related Issues

fixes #392 (closed)

Type of Change

  • Scan Control arg bundle emit fixed
  • Aligment 1D ui file adapted

Potential side effects

none

Edited by wyzula_j

Merge request reports

Loading