- Issue created by @maxwellkeeble
Under 'Conditions' for a workflow element, you can select as the "State" a 'disable {transition} transition'.
This should in theory disable that transition in the transition dropdown box when that condition is met. Currently this does not work.
Add a condition to disable a transition based on another element. Nothing happens.
e.g. this should disable 'Query with customer' when the e-mail address has a value.
'#states':
disable_transition-query_with_customer:
':input[name="your_e_mail_address"]':
filled: true
...
...
Active
1.0
Code