I'm creating a new module, that is related to both Assets and SalesOrders through UI 10 fields. When I want to setup a workflow for my module, that filters on the productname in assets, I see 'is', 'is not' and four times 'undefined' (see attached image). Also, the workflow is not working.
Review the javascript errors and correctly translate the include/js/nl_nl.lang.js, you are missing labels.
As usual send a PR with the updated translation
12-14-2016, 07:59 AM (This post was last modified: 12-14-2016, 08:08 AM by Guido1982.)
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).