7383-testToMaster #2445

Merged
alexm merged 233 commits from 7383-testToMaster into master 2024-05-14 05:44:13 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9e2332ca4a - Show all commits

View File

@ -6,8 +6,8 @@ export default class Shelving extends ModuleMain {
super($element, $);
}
async $onInit() {
const url = await this.vnApp.getUrl(`shelving/`);
window.location.href = url;
this.$state.go('home');
window.location.href = await this.vnApp.getUrl(`shelving/`);
}
}