LibreHealthIO / lh-ehr

LibreHealth EHR - Free Open Source Electronic Health Records
Other
236 stars 261 forks source link

Administration > Rules Unknown Page (Broken IFrame) #1321

Open punwai opened 5 years ago

punwai commented 5 years ago
screen shot 2018-12-04 at 03 08 33

A page in the code is broken. After checking the URL the iframe redirects to (/lh-ehr/interface/super/rules/index.php?action=browse!list), it seems like the URL is correct but the php is incorrect. (Internal Server Error is sent as a response not 404)

To Replicate: Administration > Rules

punwai commented 5 years ago

I am working on this. Have made a commit but will wait to claim task before sending PR over

Trodrige commented 5 years ago

Great job @punwai

Head to Popups -> chart label. The same thing happens, try to apply your solution here.

See address label and barcode label too.

punwai commented 5 years ago

@Trodrige It seems to be a different issue here, the links are working perfectly fine but the title is not displaying because a PDF is returned.

punwai commented 5 years ago

I will create an issue on this and try to fix it.