Skip to content
Snippets Groups Projects
Commit a15d38b6 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Alexander Opitz
Browse files

[BUGFIX] Use Promises in Recycler

Use Promise objects in Recycler to handle dependencies between multiple AJAX
requests. This drops the deprecated and blocking ``async: false`` setting.
Thus, the client side performance of the recycler is heavily increased.

Resolves: #70674
Releases: master
Change-Id: Idada49773e560793a6e8e1cc574b26a97d22c6ce
Reviewed-on: http://review.typo3.org/44039


Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAlexander Opitz <opitz.alexander@googlemail.com>
Tested-by: default avatarAlexander Opitz <opitz.alexander@googlemail.com>
parent 3996256b
No related merge requests found
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