pimcore
pimcore copied to clipboard
[Bug]: Brick Editable Dialog saves input and textarea html encoded
Pimcore version
11.x
Steps to reproduce
Create a brick and define a configuration option (e.g. input): https://pimcore.com/docs/platform/Pimcore/Documents/Editables/Areablock/Bricks#editable-dialog-since-68
To compare: Also create an inline input element with pimcore_input('text') https://pimcore.com/docs/pimcore/10.6/Development_Documentation/Documents/Editables/Input.html#page_Basic-usage
Go to backend and fill in the two entries.
Actual Behavior
In the database: The input defined in the Editable Dialog is html encoded The pimcore_input definition is not html encoded
Expected Behavior
Both entries should not be html encoded in the database
Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.