mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-08 09:47:48 +01:00
fix(device-manager-display-widget): Remove devices from ophyd validation after upload to BEC
This commit is contained in:
@@ -525,7 +525,12 @@ class DeviceManagerDisplayWidget(DockAreaWidget):
|
||||
devices_to_update.append(
|
||||
(config, config_status, ConnectionStatus.CONNECTED.value, "")
|
||||
)
|
||||
# Update validation status in device table view
|
||||
self.device_table_view.update_multiple_device_validations(devices_to_update)
|
||||
# Remove devices from ophyd validation view
|
||||
self.ophyd_test_view.change_device_configs(
|
||||
[cfg for cfg, _, _, _ in devices_to_update], added=False, skip_validation=True
|
||||
)
|
||||
|
||||
@SafeSlot()
|
||||
def _save_to_disk_action(self):
|
||||
|
||||
Reference in New Issue
Block a user