1
2.. include:: ../../Includes.txt
3
4==========================================================
5Deprecation: #62800 - Workspaces ToolbarItem via ExtDirect
6==========================================================
7
8See :issue:`62800`
9
10Description
11===========
12
13The PHP functionality for switching a workspace was done with the ExtDirect call :code:`TYPO3.Ajax.ExtDirect.ToolbarMenu`
14until now. This has been replaced by a simple AJAX JSON call, based on jQuery and the refactored ToolbarItem Menu for
15the workspaces module.
16
17Impact
18======
19
20The core does not use this functionality anymore, and also removed the ExtDirect registration for this class.
21
22
23Affected installations
24======================
25
26All installations which directly used the ExtDirect :code:`TYPO3.Ajax.ExtDirect.ToolbarMenu` to fetch the data.
27
28Migration
29=========
30
31Use the new AjaxHandler :code:`Workspaces::setWorkspace()` directly instead.
32
33
34.. index:: PHP-API, JavaScript, Backend, ext:workspaces
35