Skip to content
Snippets Groups Projects

Catchup with main 2.8.1

Merged Charlotte Hausman requested to merge catchup_with_main_2.8.1 into 2.8.2-DEVELOPMENT
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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),
};
Loading