Skip to content

Commit

Permalink
feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the…
Browse files Browse the repository at this point in the history
…-Task-Widget-ver2
  • Loading branch information
nhthinh-axonivy committed Oct 16, 2024
1 parent d0f6152 commit 6e0cd8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public static void updateSelectedDashboardToSession(String selectedMenuItemId) {
.replace(DASHBOARD_MENU_ITEM_POSTFIX, "").replace(DASHBOARD_ITEM_POSTFIX, "");

if (selectedMenuItemId.endsWith(DASHBOARD_ITEM_POSTFIX)) {
String prevDashboardId = Ivy.session().getAttribute(SessionAttribute.SELECTED_DASHBOARD_ID.toString()).toString();
String prevDashboardId = (String) Ivy.session().getAttribute(SessionAttribute.SELECTED_DASHBOARD_ID.toString());
Ivy.session().setAttribute(SessionAttribute.PREV_SELECTED_DASHBOARD_ID.toString(), prevDashboardId);

}
Expand Down

0 comments on commit 6e0cd8b

Please sign in to comment.