Skip to content

Commit

Permalink
fix(cockpit): fix initial deployments page loading (camunda#3504)
Browse files Browse the repository at this point in the history
related to camunda#3503
  • Loading branch information
tasso94 authored Jun 14, 2023
1 parent 37e32a8 commit a3213bd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ function CamPaginationSearchIntegrationController(

// reset Page when changing Tabs
$scope.$on('$destroy', function() {
// when not resetting searches, state from other page is used
// which can lead to search not reloading due to dirty check
$scope.config.searches = null;
search('page', null);
});

Expand Down

0 comments on commit a3213bd

Please sign in to comment.