CoreBOSBB
Html Entities in Field created by workflow - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: Html Entities in Field created by workflow (/showthread.php?tid=684)



Html Entities in Field created by workflow - rslemer - 07-14-2017

I created a workflow to change some text area in Ticket Modules

But the text created showed </ br>, rather than the text i correct formatted ( in this case, jump to another line )

See attached image


RE: Html Entities in Field created by workflow - joebordes - 07-15-2017

This should fix the issue by changing the BR into new lines:

https://github.com/tsolucio/corebos/commit/9b99a909ce780b26c4b07486e718fdc345d45714

Let me know how it goes.


RE: Html Entities in Field created by workflow - rslemer - 07-15-2017

Yes, works

Thanks!