Skip to content

Commit

Permalink
Merge pull request #1328 from mozzy11/develop
Browse files Browse the repository at this point in the history
fix breaking testModify jsp
  • Loading branch information
mozzy11 authored Nov 26, 2024
2 parents 2914aa4 + b39b4a5 commit c34303b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/webapp/pages/testConfiguration/testModify.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<%@ page import="org.openelisglobal.internationalization.MessageUtil"%>
<%@ page import="org.openelisglobal.common.util.Versioning"%>
<%@ page
import="org.openelisglobal.common.util.DateUtil"%>
import="org.openelisglobal.common.util.ConfigurationProperties"%>
<%@ page
import="org.openelisglobal.common.util.ConfigurationProperties.Property"%>
<%@ page
import="org.openelisglobal.typeoftestresult.service.TypeOfTestResultServiceImpl"%>
<%@ page
Expand Down Expand Up @@ -38,7 +40,7 @@
--%>

<%
String locale = SpringContext.getBean(DefaultConfigurationProperties.class).getPropertyValue(Property.DEFAULT_LANG_LOCALE);
String locale = ConfigurationProperties.getInstance().getPropertyValue(Property.DEFAULT_LANG_LOCALE);
%>
<%--Do not add jquery.ui.js, it will break the sorting --%>
<script type="text/javascript"
Expand Down

0 comments on commit c34303b

Please sign in to comment.