From ac7a5997c1810be539d0958c25153175a4fd45d8 Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Fri, 21 Feb 2020 17:54:01 +0100 Subject: [PATCH] FEAT #12091 TIME 0:15 only load badge after update metadata in process page --- src/frontend/app/process/process.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/process/process.component.ts b/src/frontend/app/process/process.component.ts index 19d393972b8..499dd8c2149 100755 --- a/src/frontend/app/process/process.component.ts +++ b/src/frontend/app/process/process.component.ts @@ -652,7 +652,7 @@ export class ProcessComponent implements OnInit { async saveTool() { if (this.currentTool === 'info' && this.indexingForm !== undefined) { await this.indexingForm.saveData(); - this.loadResource(); + this.loadBadges(); } else if (this.currentTool === 'diffusionList' && this.appDiffusionsList !== undefined) { await this.appDiffusionsList.saveListinstance(); this.loadBadges(); -- GitLab