Skip to content

Commit b39b4a5

Browse files
committed
fix breaking testModify jsp
1 parent 2914aa4 commit b39b4a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/webapp/pages/testConfiguration/testModify.jsp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<%@ page import="org.openelisglobal.internationalization.MessageUtil"%>
88
<%@ page import="org.openelisglobal.common.util.Versioning"%>
99
<%@ page
10-
import="org.openelisglobal.common.util.DateUtil"%>
10+
import="org.openelisglobal.common.util.ConfigurationProperties"%>
11+
<%@ page
12+
import="org.openelisglobal.common.util.ConfigurationProperties.Property"%>
1113
<%@ page
1214
import="org.openelisglobal.typeoftestresult.service.TypeOfTestResultServiceImpl"%>
1315
<%@ page
@@ -38,7 +40,7 @@
3840
--%>
3941

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

0 commit comments

Comments
 (0)