adding searched city id to the list model
authoranthony <anthony@anthony-VirtualBox.gaslightmedia.com>
Wed, 31 Jan 2018 20:42:48 +0000 (15:42 -0500)
committeranthony <anthony@anthony-VirtualBox.gaslightmedia.com>
Wed, 31 Jan 2018 20:42:48 +0000 (15:42 -0500)
sending the searched city id to be passed to the view for the city dropdown

models/front/events/list.php

index e41208e..39fd7a0 100644 (file)
@@ -919,6 +919,7 @@ class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction
             'amenities'    => $amenities,
             'memberId'     => $memberId,
             'cities'       => $cityData,
+            'cityId'       => $cityId,
             'members'      => $members,
             'venues'       => $venues,
             'venueId'      => $venueId,