6895-removeShelving #2388

Merged
carlossa merged 6 commits from 6895-removeShelving into dev 2024-05-02 11:43:36 +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/`);
carlossa marked this conversation as resolved Outdated
Outdated
Review

si antes de aço fas que torne al dashboard millor sino si tires arrere desde lilium entres en bucle
this.$state.go('XXXXX');

si antes de aço fas que torne al dashboard millor sino si tires arrere desde lilium entres en bucle `this.$state.go('XXXXX');`
}
}