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;

View File

@@ -68,9 +68,7 @@
aria-describedby="validFrom"
/>
</div>
<div v-if="flag.loading">
{{ $t('loading') }}
</div>
<!--div v-if="flag.loading">{{ $t('loading') }}</div-->
<div v-if="errorMsg && errorMsg.length > 0" class="alert alert-danger">
{{ errors }}
</div>