It seems like the OperatorTypeId on ActiveFilters for the Grid_Events\OnFiltersChange Event is using values that are not on the Static Entity Filter_OperatorType.
Not sure if it is expected (doesn't seems like it), but I don't have 'Not Begins With' and 'Not Ends With' on the Static Entity Filter_OperatorType. When handling the OnFiltersChange event for server side filtering, the OperatorTypeId has values like 'NBW'.
I know I could use TextToIdentifier(), but I think it should be brought to the assets support radar.
Please let me know if I'm missing something.
Hi @Emily Targa
Could you please share a sample OML where that can be reproduced and the steps to reproduce the issue? Thanks!
Cheers,GM
Hi @Gonçalo Martins
Sure, here you go.
I've created an example module on my personal environment so it's easier to test.
Just try using either "Does not begin with" or "Does not end with" filters by condition, you should see an error message:
If you have any questions, just let me know :)
Thanks,
ET