Skip to content
Snippets Groups Projects
Commit 683ad4af authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: avoid to clean current deposit when navigate between tab metadata and file

parent 19411f42
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ export class DepositFileRoutable extends SharedAbstractEditRoutable<DepositExten
}
private getDepositById(id: string): void {
this.store.dispatch(ResourceActionHelper.getById(depositActionNameSpace, id));
this.store.dispatch(ResourceActionHelper.getById(depositActionNameSpace, id, true));
this.getSubResourceWithParentId(id);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment