I’ve updated a client’s site from 2.8.3-pl to 3.0.1-pl and have noticed that rich text fields no longer render with their rich text formatting in the grid columns. Not a big issue, but can be confusing for clients to see html code in there when they didn’t before. Is there something I can change in the grid columns set up to restore the rich text formatting?
Here are before and after screenshots as well as my current grid columns code.
Is there any other solution to this? Adding this.renderFirst fixes the problem with the rich text, but it also adds an “edit” icon for me in places that don’t make sense.
I applied this.renderFirst and it was OK. But I added a link in richtext and there was a problem. You can’t save the MIGX template variable in while editing the document. An error appears:
How to fix it? Obviously I can remove this.renderFirst but then you can see the unformatted richtext code in the column.
None of these are right really - as it should render with no renderer selected [or at least it did in MODX 2.x] - but I can usually find a renderer that will show what I want.