CS
Christie Scott
over 1 year ago
Fixed
Case Management > View All Session Details Blank

In testing 60.3 we have found an issue with the “View All Session Details” button in the Case Management area.

To see this, create a new case management record, or open a client that already has an open case management record, either from Front Desk > Case Management, or from Client Management > Case Management. Then Click on the Display button to view the details.

What we expect to see here is a summary of all sessions attached to the case management record.

In our production environment (v4.0.59.7.1) we see a summary of all sessions attached to the case management record.

🧙‍♂️Case Management 🐛Bug 4.0.60.3
Comments
AR
Ali Ryder 🧑‍💼 Staff

Properly fixed in 4.0.61.1

AR
Ali Ryder 🧑‍💼 Staff

According to release notes, fixed in 4.0.60.5.1, but I'm now getting a data tables error 

AR
Ali Ryder 🧑‍💼 Staff

Manually fix the data tables error:

  • In /HIFIS.Web/Views/CaseManagement/AllMeetingDetails.cshtml on line 139, change "ajax": "@SessionUrl" to "ajax": { "url" : "@SessionUrl" , "type" : "POST"}

  • In /HIFIS.Web/web.config search for requestLimits and ensure that the line matches <requestLimits maxAllowedContentLength="67108864" maxUrl="10999" maxQueryString="2097151" />

  • In /HIFIS.Web/web.config search for httpRuntime and ensure that <httpRuntime maxRequestLength="67108864" maxQueryStringLength="4000" executionTimeout="300" delayNotificationTimeout="20" />