SUPPORT / SAMPLES & SAS NOTES
 

Support

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

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise Case ManagementMicrosoft® Windows® for x646.3_M1
64-bit Enabled AIX6.3_M1
64-bit Enabled Solaris6.3_M1
Linux for x646.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.