Just upgraded from 4.1.2 (7), and there’s something different with the way Nation Notes data is displayed in LBF reports. I have no clue where to look here.
First screenshot is the text/tags as they’re saved in the form. Second screenshot (to follow, new users allowed only one img per post) is how the text is being displayed upon report generation.
Just reproduced the issue in current dev demo, ruling out my changes in options.inc.php. I unfortunately went live with this upgrade before properly testing, and this is a show stopper for us. I’m desperate for help right now.
@juggernautsei, I appreciate you helping me look into this. Upgrade is complete, and all of my customizations have been ported over. That was a hell of a project, and was the reason I stayed back on 4.1.2 for so long.
But I’ve recreated the issue a couple times on the dev demo, so I have to assume it’s not because of my tinkering. Issue only appears when generating the report, not when viewed on the encounter screen.
I’m using TextExpander to expand a “normal” exam template in that particular field, which calls a ton of extra tags, but I’ve also recreated it with a simple underline/bold pattern on dev demo.
@frankie
What you possibly have run into is the security that was put in place since 4.1.2. You want to be looking at the interface>LBF>report.php
This is the file that is responsible for the reports display.
Look in your table for the Nations Note. If there is stored HTML in the database table. What could be happening is the tags are being converted and not processed. That could be the reason they are showing up on screen.
So, post back if there is HTML in the database table.