Awesome, perfect :-) !
Thank you so much!
Multi Enum search with "/" in label
Collapse
X
-
you can fix it before release comes.
client/src/views/fields/array.js
value.replace(/\//, '\\\\/' )
to
value.replace(/\//g, '\\\\/' )
Leave a comment:
-
Multi Enum search with "/" in label
Hi there
I have an issue with multiEnum search.
" / " caracter seems to be well escaped in space before/after... but not if it's stuck to other strings.
Here is the network analysis when querying Contact referential
cf attachments
(with 4.8.2 version)
Last edited by wtconseil; 09-28-2017, 11:07 AM.Tags: None
Leave a comment: