Skip to content

Commit 47e5444

Browse files
authored
Merge pull request #3428 from ProgrammeVitam/bug_15498
Bug #15363 && Bug #15398 - [Search + Collect] When saving a search with multiple filters, only one filter is retained && [Search] Default filter "Archives with objects" gets unchecked.
2 parents f210d43 + 6e3c2ce commit 47e5444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ui-frontend/projects/archive-search/src/app/archive/archive-search/additional-actions-search/management-rules/management-rules.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ export class ManagementRulesComponent implements OnInit, OnChanges, OnDestroy {
667667
returnToArchiveSearchPage() {
668668
if (this.isUpdateInProgress) {
669669
this.initializeParameters();
670-
this.router.navigate(['/archive-search/tenant/', this.tenantIdentifier]);
670+
this.location.back();
671671
} else {
672672
const dialogRef = this.dialog.open(this.confirmLeaveRuleActionsDialog);
673673

0 commit comments

Comments
 (0)