Twig: test address_id in url and substring 'edit' in route

This commit is contained in:
2021-08-07 19:50:55 +02:00
parent c075ff199d
commit 62dc94bb14
7 changed files with 5 additions and 13 deletions

View File

@@ -259,7 +259,7 @@ export default {
},
closeEditPane() {
console.log('close the Edit Panel (with validation)');
console.log('close the Edit Panel');
this.applyChanges();
this.flag.showPane = true;
this.flag.editPane = false;