@@ -36,12 +36,14 @@
}
}
},
+ methods: {
+ notifySelected () {
+ this.$emit('selected', this.hotelTypesSelected);
+ }
+ },
watch: {
hotelTypes (value) {
this.hotelTypesSelected = value;
- },
- hotelTypesSelected (value) {
- this.$emit('selected', value);
}
}
}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/RoomTypesSelect.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/RoomTypesSelect.vue
index 94f8c16e..bac8654c 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/RoomTypesSelect.vue
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/RoomTypesSelect.vue
@@ -2,7 +2,7 @@
@@ -37,12 +37,14 @@
}
}
},
+ methods: {
+ notifySelected () {
+ this.$emit('selected', this.roomTypesSelected);
+ }
+ },
watch: {
roomTypes (value) {
this.roomTypesSelected = value;
- },
- roomTypesSelected (value) {
- this.$emit('selected', value);
}
}
}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/SearchResult.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/SearchResult.vue
index 6d30206f..900198c0 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/SearchResult.vue
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/SearchResult.vue
@@ -140,7 +140,6 @@
resetFilterSettings () {
this.updateFilterSettings(defaultFilterSettings);
EventBus.$emit('filterSettingsReset');
- this.loadResults();
},
updateDestination (destination) {
this.updateFilterSettings({