symphonists / uniondatasource

A union datasources allows you to combine multiple datasources to output a single datasource for the primary purpose of a unified pagination.
13 stars 11 forks source link

Formatted textarea being escaped #43

Closed ghost closed 9 years ago

ghost commented 9 years ago

Union datasource seems to be escaping html content from a formatted textarea. I've tried including the original DS on the same page, and the field is outputted as HTML in that, so it seems that union datasource is the culprit.

This is with Union Datasource 1.1 on Symphony 2.5.2.

moretaste commented 9 years ago

Can confirm this

ghost commented 9 years ago

I've submitted a fix that seems to be working in the above PR.

(Sorry for the abortive attempts - Github learning curve :) )