Problem Note 62030: The arrow on the Back button points to the opposite direction if you have right-to-left support enabled in SAS® Enterprise Case Management
If you have enabled right-to-left support in SAS Enterprise Case Management, the Back button might incorrectly point to the left instead of to the right.
To work around this issue, you can add this code to the end of the sas.solutions.casemgmt.war/dojo_config.jspf file:
<% if (LayoutDirection.getLayoutDirection(request).isRightToLeft()) { %>
<script>
window.onload = function() {
var elem =
document.querySelector(".dijitToolbarRtl","#returnNavigationMenu");
if (elem) {
elem = elem.querySelector(".sasArrowSmallLeftIcon");
if (elem) {
elem.classList.add("sasArrowSmallRightIcon");
elem.classList.remove("sasArrowSmallLeftIcon");
}
}
};
</script>
<% } %>
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Enterprise Case Management | Microsoft® Windows® for x64 | 6.3_M1 | | | |
64-bit Enabled AIX | 6.3_M1 | | | |
64-bit Enabled Solaris | 6.3_M1 | | | |
Linux for x64 | 6.3_M1 | | | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2018-04-06 09:33:27 |
Date Created: | 2018-03-22 11:15:09 |