Added auto-open object and also some fixes for vuex store issues revealed when adding this feature
This commit is contained in:
@@ -260,7 +260,7 @@ export default {
|
||||
auth
|
||||
.authenticate(vm.input.username, vm.input.password)
|
||||
.then(() => {
|
||||
if (vm.$store.state.openObject) {
|
||||
if (vm.$store.state.openObject != null) {
|
||||
window.$gz.eventBus.$emit("openobject", null);
|
||||
} else {
|
||||
vm.$router.push(vm.$store.state.homePage);
|
||||
|
||||
Reference in New Issue
Block a user