Skip to content

Commit

Permalink
RA-2029 Exception evaluating property 'size' for java.util.ArrayList on
Browse files Browse the repository at this point in the history
Java 17
  • Loading branch information
dkayiwa committed Nov 9, 2023
1 parent cbf3137 commit 53d892a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/fragments/header.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def logoLinkUrl = addContextPath(configSettings?."logo-link-url") ?: "/${ org.openmrs.ui.framework.WebConstants.CONTEXT_PATH }/"
def useBootstrap = config.containsKey('useBootstrap') ? config.useBootstrap : true; // use bootstrap unless specifically excluded
def enableUserAccountExt = userAccountMenuItems.size > 0;
def enableUserAccountExt = userAccountMenuItems.size() > 0;
%>
<script type="text/javascript">
Expand Down

0 comments on commit 53d892a

Please sign in to comment.