[TASK] Use DocumentService.ready() in non-jQuery modules
Some modules have been rewritten to not use jQuery in the past. However, there was still a dependency due to missing `ready` handling. Since recent changes TYPO3 is capable of such handling and enables to remove jQuery completely from some modules. Resolves: #91598 Releases: master Change-Id: I23fa63f9090eee8abc49cd1993df27bec12d92e2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64832 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/GroupElement.ts 2 additions, 2 deletions...rces/Public/TypeScript/FormEngine/Element/GroupElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/TextElement.ts 2 additions, 2 deletions...urces/Public/TypeScript/FormEngine/Element/TextElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/TextTableElement.ts 2 additions, 2 deletions.../Public/TypeScript/FormEngine/Element/TextTableElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldControl/AddRecord.ts 2 additions, 2 deletions...es/Public/TypeScript/FormEngine/FieldControl/AddRecord.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldControl/EditPopup.ts 2 additions, 2 deletions...es/Public/TypeScript/FormEngine/FieldControl/EditPopup.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldControl/InsertClipboard.ts 2 additions, 2 deletions...lic/TypeScript/FormEngine/FieldControl/InsertClipboard.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldControl/LinkPopup.ts 2 additions, 2 deletions...es/Public/TypeScript/FormEngine/FieldControl/LinkPopup.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldControl/ListModule.ts 2 additions, 2 deletions...s/Public/TypeScript/FormEngine/FieldControl/ListModule.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldControl/ResetSelection.ts 2 additions, 2 deletions...blic/TypeScript/FormEngine/FieldControl/ResetSelection.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldControl/TableWizard.ts 2 additions, 2 deletions.../Public/TypeScript/FormEngine/FieldControl/TableWizard.ts
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/GroupElement.js 1 addition, 1 deletion...rces/Public/JavaScript/FormEngine/Element/GroupElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/TextElement.js 1 addition, 1 deletion...urces/Public/JavaScript/FormEngine/Element/TextElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/TextTableElement.js 1 addition, 1 deletion.../Public/JavaScript/FormEngine/Element/TextTableElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/FieldControl/AddRecord.js 1 addition, 1 deletion...es/Public/JavaScript/FormEngine/FieldControl/AddRecord.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/FieldControl/EditPopup.js 1 addition, 1 deletion...es/Public/JavaScript/FormEngine/FieldControl/EditPopup.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/FieldControl/InsertClipboard.js 1 addition, 1 deletion...lic/JavaScript/FormEngine/FieldControl/InsertClipboard.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/FieldControl/LinkPopup.js 1 addition, 1 deletion...es/Public/JavaScript/FormEngine/FieldControl/LinkPopup.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/FieldControl/ListModule.js 1 addition, 1 deletion...s/Public/JavaScript/FormEngine/FieldControl/ListModule.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/FieldControl/ResetSelection.js 1 addition, 1 deletion...blic/JavaScript/FormEngine/FieldControl/ResetSelection.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/FieldControl/TableWizard.js 1 addition, 1 deletion.../Public/JavaScript/FormEngine/FieldControl/TableWizard.js
Please register or sign in to comment