Actions
Task #65924
closedRename AjaxRequestHandler to AjaxResponse
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
Start date:
2015-03-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
As the previously used Ajax object for use in Backend calls
which is responsible for delivering the correct output
and headers is actually a Response object, the class
gets renamed and streamlined within the Core.
This way the distinction between the actual
AjaxRequestHandler (previously global in ajax.php)
and the Response object is distinguished.
This is the first part of introducing Request/Response
logic for Backend Ajax Calls.
Actions