Skip to content

Commit

Permalink
Merge branch 'develop' into E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahati308 authored Jan 13, 2025
2 parents 9b4feca + 4cc03a7 commit cb6d7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ const CalculatedValue: React.FC<CalculatedValueProps> = () => {
</div>
),
)}{" "}
{<b style={{ color: "red" }}>{" => "}</b>} &nbsp;{" "}
{<b style={{ color: "red" }}>{" "}</b>} &nbsp;{" "}
{calculation.testId ? "'" : ""}
{sampleTestList["FINAL_RESULT"][index]
? sampleTestList["FINAL_RESULT"][index]?.filter(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb6d7cd

Please sign in to comment.