From b39b4a54f077b140cd70a9b6f7c6efe2f884e5c1 Mon Sep 17 00:00:00 2001 From: mozzy11 Date: Tue, 26 Nov 2024 15:03:38 +0300 Subject: [PATCH] fix breaking testModify jsp --- src/main/webapp/pages/testConfiguration/testModify.jsp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/pages/testConfiguration/testModify.jsp b/src/main/webapp/pages/testConfiguration/testModify.jsp index 5e4b1a10a0..8a57ab5081 100644 --- a/src/main/webapp/pages/testConfiguration/testModify.jsp +++ b/src/main/webapp/pages/testConfiguration/testModify.jsp @@ -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 @@ -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 --%>