Hm, I tried setting my system to English to find out what the values were supposed to be (so I would know where to look for), but still they remained 'undefined'. No JS console errors as well. I'm not 100% sure this is a language string issue, but if it is, I've no idea what to translate.
Is the HTML source, but exactly these labels work fine when selecting a different field to sort on.
In this case I'm checking the asset name of the asset I related through a UI 10 field. Apart from the 'undefined' stuff, the workflow that should select an option from a dropdown depending on the asset's product name is not working. It is however working when I select a different field from the asset (description for example).
PHP Code:
<select id="save_condition_0_operation" class="operation"><option value="is">is</option><option value="is not">is not</option><option value="has changed to">undefined</option><option value="is empty">undefined</option><option value="is not empty">undefined</option><option value="exists">undefined</option></select>
Is the HTML source, but exactly these labels work fine when selecting a different field to sort on.
In this case I'm checking the asset name of the asset I related through a UI 10 field. Apart from the 'undefined' stuff, the workflow that should select an option from a dropdown depending on the asset's product name is not working. It is however working when I select a different field from the asset (description for example).