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.
Properly fixed in 4.0.61.1
According to release notes, fixed in 4.0.60.5.1, but I'm now getting a data tables error
Manually fix the data tables error:
In
/HIFIS.Web/Views/CaseManagement/AllMeetingDetails.cshtmlon line 139, change"ajax": "@SessionUrl"to"ajax": { "url" : "@SessionUrl" , "type" : "POST"}In
/HIFIS.Web/web.configsearch forrequestLimitsand ensure that the line matches<requestLimits maxAllowedContentLength="67108864" maxUrl="10999" maxQueryString="2097151" />In
/HIFIS.Web/web.configsearch forhttpRuntimeand ensure that<httpRuntime maxRequestLength="67108864" maxQueryStringLength="4000" executionTimeout="300" delayNotificationTimeout="20" />