Skip to content

Commit

Permalink
Add hidden filed to identify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FLorial Jean Baptiste committed Nov 13, 2023
1 parent 565c9b8 commit da13861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit da13861

Please sign in to comment.