Skip to content
Snippets Groups Projects
Commit c4c6dd6f authored by Stefan Horst's avatar Stefan Horst Committed by Frank Nägler
Browse files

[BUGFIX] Update Autocomplete widget template ajax url

Update the template to not generate a url containing & which results
in not working ajax call.

Releases: master, 9.5
Resolves: #90091
Change-Id: If164f1a4c5d4aa6bf7cb830b27ed5ac5d5d5d525
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62849


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
parent 775c4370
Branches
Tags
No related merge requests found
<script type="text/javascript">
jQuery(function() {
jQuery("#{id}").autocomplete(<f:format.raw value="{" />
source: "{f:widget.uri(action:'autocomplete', ajax: 1)}",
source: <f:format.raw>"{f:widget.uri(action:'autocomplete', ajax: 1)}"</f:format.raw>,
minLength: 2
});
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment