[TASK] Use AJAX API in FormEngine
This patch replaces the usages of `$.ajax()` and its friends with the AJAX API provided by TYPO3 Core. Resolves: #90038 Releases: master Change-Id: Ief3767dd5a5256dca269b8dfb496f37a9bcdbe69 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62790 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Container/InlineControlContainer.ts 31 additions, 48 deletions...TypeScript/FormEngine/Container/InlineControlContainer.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SlugElement.ts 40 additions, 39 deletions...urces/Public/TypeScript/FormEngine/Element/SlugElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/InlineRelation/AjaxDispatcher.ts 40 additions, 12 deletions...ic/TypeScript/FormEngine/InlineRelation/AjaxDispatcher.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/InlineRelation/AjaxRequest.ts 0 additions, 67 deletions...ublic/TypeScript/FormEngine/InlineRelation/AjaxRequest.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/InlineRelation/InlineResponseInterface.ts 24 additions, 7 deletions...ript/FormEngine/InlineRelation/InlineResponseInterface.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngineFlexForm.ts 43 additions, 48 deletions...backend/Resources/Public/TypeScript/FormEngineFlexForm.ts
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Container/InlineControlContainer.js 1 addition, 1 deletion...JavaScript/FormEngine/Container/InlineControlContainer.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/SlugElement.js 1 addition, 1 deletion...urces/Public/JavaScript/FormEngine/Element/SlugElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/InlineRelation/AjaxDispatcher.js 1 addition, 1 deletion...ic/JavaScript/FormEngine/InlineRelation/AjaxDispatcher.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/InlineRelation/AjaxRequest.js 0 additions, 13 deletions...ublic/JavaScript/FormEngine/InlineRelation/AjaxRequest.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineFlexForm.js 1 addition, 1 deletion...backend/Resources/Public/JavaScript/FormEngineFlexForm.js
Please register or sign in to comment