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

WS1492 - Show latest version after creation

parent d53ba674
No related branches found
Tags 2.8.1 2.8.1-rc3
3 merge requests!1390Catch up with Main,!1308Catchup with main 2.8.1,!1293WS1492 - Show latest version after creation
Pipeline #9242 passed
......@@ -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