Skip to content
Snippets Groups Projects
Commit 86336a88 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Reloading the window does the trick

parent 8cb2da11
No related branches found
No related tags found
No related merge requests found
Pipeline #9239 canceled
......@@ -98,6 +98,8 @@ export class CreateNewVersionFormComponent implements OnInit {
if (this.inputFileList) {
this.capabilityRequestService.addFilesToVersion(idString, this.inputFileList);
}
// Refresh the window to load the new version
window.location.reload();
},
error: (error) => alert("Error when creating new version:" + error),
};
......
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