Merge branch 'main-gh' into CST-5677

This commit is contained in:
Davide Negretti
2022-05-26 16:02:06 +02:00
278 changed files with 5846 additions and 1726 deletions

View File

@@ -163,7 +163,6 @@ export class ResourcePoliciesComponent implements OnInit, OnDestroy {
} else {
this.notificationsService.error(null, this.translate.get('resource-policies.delete.failure.content'));
}
this.requestService.setStaleByHrefSubstring(this.resourceUUID);
this.processingDelete$.next(false);
})
);