You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our specific case when using the multi-select dropdown and an option is selected that contains a "/" an error is thrown.
The error seems to be caused in the Core.js line 295 where the split action now splits on "/" instead of listenerWidget.listenpath. When I locally change this and also remove the "/" from the newLowerOptionFilter (line 298) the problem seems to be fixed for us.
The text was updated successfully, but these errors were encountered:
Murksther
changed the title
Search constraints with a "/" result into an error
Search constraints with a "/" results into an error
Feb 16, 2021
In our specific case when using the multi-select dropdown and an option is selected that contains a "/" an error is thrown.
The error seems to be caused in the Core.js line 295 where the split action now splits on "/" instead of listenerWidget.listenpath. When I locally change this and also remove the "/" from the newLowerOptionFilter (line 298) the problem seems to be fixed for us.
The text was updated successfully, but these errors were encountered: