AddAddress: adding a forceRedirect option

This commit is contained in:
2021-09-17 15:55:10 +02:00
parent 3f3b7af42b
commit 4855ec2065
4 changed files with 64 additions and 43 deletions

View File

@@ -304,11 +304,9 @@ export default {
console.log('getInitialAddress');
this.getInitialAddress(this.context.addressId);
}
if (this.bypassFirstStep) {
this.closeShowPane();
this.openEditPane();
} else {
this.flag.showPane = true;
console.log('step0: open the Show Panel');