Skip to content

Commit

Permalink
IVYPORTAL-17422 Remove Full Case List and Replace it with the Case Wi…
Browse files Browse the repository at this point in the history
…dget

-  Removed cache of default task/case list dashboard
  • Loading branch information
lttung-axonivy committed Nov 21, 2024
1 parent 5b6edb1 commit cd44f73
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
import ch.ivy.addon.portalkit.util.DashboardUtils;
import ch.ivy.addon.portalkit.util.DashboardWidgetUtils;
import ch.ivy.addon.portalkit.util.Dates;
import ch.ivy.addon.portalkit.util.DefaultDashboardUtils;
import ch.ivy.addon.portalkit.util.UserUtils;
import ch.ivyteam.ivy.cm.ContentObject;
import ch.ivyteam.ivy.cm.ContentObjectValue;
Expand Down Expand Up @@ -693,7 +692,6 @@ private Dashboard saveDashboardsWithHandlingDefaultDashboards() {
} else {
dashboardService.save(selectedDashboard);
}
DefaultDashboardUtils.invalidateDefaultTaskCaseListDashboardIfNeeded(selectedDashboard.getId());
return selectedDashboard;
}

Expand Down
Loading

0 comments on commit cd44f73

Please sign in to comment.