diff --git a/frontend/src/components/admin/calculatedValue/CalculatedValueForm.tsx b/frontend/src/components/admin/calculatedValue/CalculatedValueForm.tsx index cb5f42e2e1..ee0b9fb105 100644 --- a/frontend/src/components/admin/calculatedValue/CalculatedValueForm.tsx +++ b/frontend/src/components/admin/calculatedValue/CalculatedValueForm.tsx @@ -766,7 +766,7 @@ const CalculatedValue: React.FC = () => { ), )}{" "} - {{" => "}}  {" "} + {{" ⟶ "}}  {" "} {calculation.testId ? "'" : ""} {sampleTestList["FINAL_RESULT"][index] ? sampleTestList["FINAL_RESULT"][index]?.filter( diff --git a/src/main/java/org/openelisglobal/security/SecurityConfig.java b/src/main/java/org/openelisglobal/security/SecurityConfig.java index 930e185ac5..76c32d15db 100644 --- a/src/main/java/org/openelisglobal/security/SecurityConfig.java +++ b/src/main/java/org/openelisglobal/security/SecurityConfig.java @@ -88,7 +88,7 @@ public class SecurityConfig { // TODO should we move these to the properties files? // pages that have special security constraints public static final String[] OPEN_PAGES = { "/pluginServlet/**", "/ChangePasswordLogin", - "/UpdateLoginChangePassword", "/health/**", "/rest/open-configuration-properties" }; + "/UpdateLoginChangePassword", "/health/**", "/rest/open-configuration-properties", "/docs/UserManual" }; public static final String[] LOGIN_PAGES = { "/LoginPage", "/ValidateLogin", "/session" }; public static final String[] AUTH_OPEN_PAGES = { "/Home", "/Dashboard", "/Logout", "/MasterListsPage",