Multi Enum search with "/" in label

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • wtconseil
    replied
    Awesome, perfect :-) !
    Thank you so much!
    ​​​​​​​

    Leave a comment:


  • tanya
    replied
    you can fix it before release comes.


    client/src/views/fields/array.js


    value.replace(/\//, '\\\\/' )
    to
    value.replace(/\//g, '\\\\/' )

    Leave a comment:


  • wtconseil
    replied
    Awesome team :-) Thanks

    Leave a comment:


  • tanya
    replied
    Hello

    Reproduced. Will be fixed.

    Thanks

    Leave a comment:


  • wtconseil
    started a topic Multi Enum search with "/" in label

    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)
    Attached Files
    Last edited by wtconseil; 09-28-2017, 11:07 AM.
Working...