From da1386172b8705bda5ff7c9c8de939cfcdbdc61f Mon Sep 17 00:00:00 2001 From: FLorial Jean Baptiste Date: Mon, 13 Nov 2023 12:27:45 +0100 Subject: [PATCH] Add hidden filed to identify workflow --- mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py b/mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py index c2759411c8..c7a08cf915 100644 --- a/mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py +++ b/mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py @@ -596,6 +596,7 @@ def query_pre_strategy_params(self, choose_lattice=None): # NB update_on_change supports None, "always", and "selected" # It controls whether an update signal is sent when a parameter changes ui_schema = { + "wf_type": {"ui:widget": "hidden"}, "ui:order": ["crystal_data", "parameters"], "ui:widget": "vertical_box", "ui:options": {