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, $); super($element, $);
} }
async $onInit() { async $onInit() {
const url = await this.vnApp.getUrl(`shelving/`); this.$state.go('home');
window.location.href = url; window.location.href = await this.vnApp.getUrl(`shelving/`);
} }
} }