Skip to content

Commit

Permalink
Upgrade access-ci-ui to 0.3.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Oct 9, 2024
1 parent aa8b6a8 commit 728dc1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.3.39 20241009 Dinuka De Silva
- Upgrade access-ci-ui to 0.3.0-beta3

v0.3.38 20241008 Dinuka De Silva
- Adding the access-ci-ui components

Expand Down
4 changes: 2 additions & 2 deletions b5_ac_conect/templates/layout/page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
tableOfContents,
universalMenuItems,
universalMenus,
} from "https://esm.sh/@access-ci/ui@0.2.5";
} from "https://esm.sh/@access-ci/ui@0.3.0-beta3";
const siteItems = [
{
Expand Down Expand Up @@ -149,7 +149,7 @@
];
universalMenus({
isLoggedIn: true, // document.cookie.split("; ").includes("SESSaccesscisso=Operations"),
isLoggedIn: document.cookie.split("; ").includes("SESSaccesscisso=Operations"),
loginUrl: "/user/login",
logoutUrl: "/logout",
siteName: "Operations",
Expand Down

0 comments on commit 728dc1b

Please sign in to comment.