mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
Twig: test address_id in url and substring 'edit' in route
This commit is contained in:
@@ -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;
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user