Open cptX opened 7 months ago
Hi @cptX. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Description
I have created a custom attribute in products declared as a text area. There I need to write some lines where line breaks are important. This attribute I want to be visible in the admin product grid. I checked that in the database the line breaks are there, but when presented in the product grid they are stripped out.
I cannot find which file from magento is responsible for this stripping. I don't know if stripping the line breaks makes any sense in general. I would like to have them and if there is no plan for magento team to do so please give me some light on where to search to modify this!
Expected behavior
Was expecting the intermediate line breaks in a text area to be represented to the admin in product grid.
Benefits
Line breaks are useful to separate your info, so stripping them out makes the info less readable, especially in admin product grid.
Additional information
No response
Release note
No response