dachcom-digital / pimcore-toolbox

Pimcore - Toolbox
Other
68 stars 28 forks source link

[WYSIWYG] Editor config not toolbox-context aware #223

Closed scrummer closed 4 months ago

scrummer commented 4 months ago
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Version 5.x

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.