The wysiwyg config is being loaded via ajax request (/admin/toolbox-wysiwyg-document-style.js). Currently the request is being sent to the domain which is used to access the pimcore backend. There is no additional information for the Admin Controller to decide what context the request belongs to.
Desired behaviour
Request to toolbox-wysiwyg-document-style.js must be enriched with the tb_document_request_id param.
Current behavior
The wysiwyg config is being loaded via ajax request (
/admin/toolbox-wysiwyg-document-style.js
). Currently the request is being sent to the domain which is used to access the pimcore backend. There is no additional information for the Admin Controller to decide what context the request belongs to.Desired behaviour
Request to toolbox-wysiwyg-document-style.js must be enriched with the tb_document_request_id param.