Skip to content
Snippets Groups Projects
Verified Commit d1df3354 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Front: Fixed broken ajax call on radio builder (#69)

parent c6b965c8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ Changelog
0.6 (Unreleased)
----------------
- Front: Fixed broken ajax call on radio builder (#69)
0.5 (2018-02-24)
----------------
......
......@@ -114,7 +114,7 @@ export default {
settings.fields = f.autocomplete_fields
settings.minCharacters = 1
settings.apiSettings = {
url: config.BACKEND_URL + f.autocomplete + '?' + f.autocomplete_qs,
url: f.autocomplete + '?' + f.autocomplete_qs,
beforeXHR: function (xhrObject) {
xhrObject.setRequestHeader('Authorization', self.$store.getters['auth/header'])
return xhrObject
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment