Fix some products not being added to watchlist

This commit is contained in:
Björn Fromme
2018-08-25 10:07:25 +02:00
parent cd566aa120
commit f9e8fb0f7d
@@ -36,7 +36,9 @@
</a>
</f:else>
</f:if>
<watchlist-toggle :watchlist="watchlist" uid="{hotel.uid}:{product.uid}" class="product-detail__watchlist"></watchlist-toggle>
<f:if condition="{hotel}">
<watchlist-toggle :watchlist="watchlist" uid="{hotel.uid}:{product.uid}" class="product-detail__watchlist"></watchlist-toggle>
</f:if>
<f:if condition="{product.skipassIncluded}">
<a href="#" class="ep-property">inkl. Skipass</a>
</f:if>
@@ -76,9 +78,3 @@
</f:if>
{v:render.template(file: 'EXT:ep_theme/Resources/Private/Partials/Breadcrumb.html')}
</div>
<script>
import WatchlistToggle from "../../Assets/js/components/WatchlistToggle";
export default {
components: {WatchlistToggle}
}
</script>