Use correct arguments to render product teasers
This commit is contained in:
@@ -56,8 +56,8 @@
|
|||||||
daytrip: teaser.daytrip,
|
daytrip: teaser.daytrip,
|
||||||
season: teaser.season,
|
season: teaser.season,
|
||||||
forceHotelUid: teaser.forceHotelUid,
|
forceHotelUid: teaser.forceHotelUid,
|
||||||
dateFrom: dateFrom,
|
dateFrom: teaser.minDateStart,
|
||||||
dateTo: dateTo,
|
dateTo: teaser.maxDateEnd,
|
||||||
index: iteration.index
|
index: iteration.index
|
||||||
}"/>
|
}"/>
|
||||||
</f:for>
|
</f:for>
|
||||||
|
|||||||
@@ -62,8 +62,8 @@
|
|||||||
daytrip: teaser.daytrip,
|
daytrip: teaser.daytrip,
|
||||||
season: teaser.season,
|
season: teaser.season,
|
||||||
forceHotelUid: teaser.forceHotelUid,
|
forceHotelUid: teaser.forceHotelUid,
|
||||||
dateFrom: dateFrom,
|
dateFrom: teaser.minDateStart,
|
||||||
dateTo: dateTo,
|
dateTo: teaser.maxDateEnd,
|
||||||
index: iteration.index
|
index: iteration.index
|
||||||
}"/>
|
}"/>
|
||||||
</f:for>
|
</f:for>
|
||||||
|
|||||||
@@ -87,8 +87,8 @@
|
|||||||
daytrip: teaser.daytrip,
|
daytrip: teaser.daytrip,
|
||||||
season: teaser.season,
|
season: teaser.season,
|
||||||
forceHotelUid: teaser.forceHotelUid,
|
forceHotelUid: teaser.forceHotelUid,
|
||||||
dateFrom: dateFrom,
|
dateFrom: teaser.minDateStart,
|
||||||
dateTo: dateTo,
|
dateTo: teaser.maxDateEnd,
|
||||||
index: iteration.index
|
index: iteration.index
|
||||||
}"/>
|
}"/>
|
||||||
</f:for>
|
</f:for>
|
||||||
|
|||||||
Reference in New Issue
Block a user