Djamil Legato
Djamil Legato
Any idea how we can reproduce this ? Any sample data you guys can share?
What happens if you do use the urlencode `%2F` instead of `/` ? `/search/query:AC%2FDC`
Oh sorry I didn't realize I could test on our demo. I can see this being an issue because the `/` is a URI sensitive separator which indicates subpathing, however...
I like the idea of having this addition but the way you are adding the image is not following our Markdown syntax and the image itself should be added to...
Have a look at the [README.md](https://github.com/gantry/docs/blob/staging/README.md), there are directions on how to contribute and where assets (images) should go.
That's how it gets minified by the UglifyJsPlugin in webpack when transpiling for production. I have to explore if there's other methods to get it minified without `eval`. If you...
The JS is included globally. It's `admin.min.js`. The fact it's not working might just mean there's not all the expected elements and html loaded in the page.
Tell me about the logic that already exists.
I need to know the parameters to send.
Have you tried passing the `withCredentials`? ``` xhrFields: { withCredentials: true } ``` Also I would double check that cookies are passed through with your jQuery ajax request to ensure...