@@ -187,7 +187,7 @@ public function GetCourseList( $attributes, $category_id, $city, $subjectid, $co
187187 '; ' .
188188 '$orderby=StartDate asc ' .
189189 '; ' .
190- '$select=EventId,City,ParticipantNumberLeft,MaxParticipantNumber,StartDate,EndDate,AddressName,EventName,ParticipantVat,BookingFormUrl,OnDemand,OnDemandPublished,OnDemandAccessDays ' ;
190+ '$select=EventId,City,ParticipantNumberLeft,MaxParticipantNumber,StartDate,EndDate,AddressName,EventName,ParticipantVat,BookingFormUrl,OnDemand,OnDemandPublished,OnDemandAccessDays,LocationId ' ;
191191
192192 $ expands ['CustomFields ' ] = '$filter=ShowOnWeb;$select=CustomFieldId,CustomFieldName,CustomFieldType,CustomFieldValue,CustomFieldChecked,CustomFieldDate,CustomFieldAlternativeId,CustomFieldAlternativeValue; ' ;
193193
@@ -305,7 +305,7 @@ public function GetOnDemandCourseList( $attributes, $category_id, $city, $subjec
305305 '; ' .
306306 '$orderby=StartDate asc ' .
307307 '; ' .
308- '$select=EventId,City,ParticipantNumberLeft,MaxParticipantNumber,StartDate,EndDate,AddressName,EventName,ParticipantVat,BookingFormUrl,OnDemand,OnDemandPublished,OnDemandAccessDays ' ;
308+ '$select=EventId,City,ParticipantNumberLeft,MaxParticipantNumber,StartDate,EndDate,AddressName,EventName,ParticipantVat,BookingFormUrl,OnDemand,OnDemandPublished,OnDemandAccessDays,LocationId ' ;
309309
310310 $ expands ['CustomFields ' ] = '$filter=ShowOnWeb;$select=CustomFieldId,CustomFieldName,CustomFieldType,CustomFieldValue,CustomFieldChecked,CustomFieldDate,CustomFieldAlternativeId,CustomFieldAlternativeValue; ' ;
311311
@@ -422,7 +422,7 @@ public function GetEventList( $attributes, $category_id, $city, $subjectid, $cou
422422 '; ' .
423423 '$orderby=StartDate asc ' .
424424 '; ' .
425- '$select=EventId,City,ParticipantNumberLeft,MaxParticipantNumber,StartDate,EndDate,AddressName,EventName,ParticipantVat,BookingFormUrl,OnDemand,OnDemandPublished,OnDemandAccessDays ' ;
425+ '$select=EventId,City,ParticipantNumberLeft,MaxParticipantNumber,StartDate,EndDate,AddressName,EventName,ParticipantVat,BookingFormUrl,OnDemand,OnDemandPublished,OnDemandAccessDays,LocationId ' ;
426426
427427 $ expands ['CustomFields ' ] = '$filter=ShowOnWeb;$select=CustomFieldId,CustomFieldName,CustomFieldType,CustomFieldValue,CustomFieldChecked,CustomFieldDate,CustomFieldAlternativeId,CustomFieldAlternativeValue; ' ;
428428
@@ -535,7 +535,7 @@ public function GetOnDemandEventList( $attributes, $category_id, $city, $subject
535535 '; ' .
536536 '$orderby=StartDate asc ' .
537537 '; ' .
538- '$select=EventId,City,ParticipantNumberLeft,MaxParticipantNumber,StartDate,EndDate,AddressName,EventName,ParticipantVat,BookingFormUrl,OnDemand,OnDemandPublished,OnDemandAccessDays ' ;
538+ '$select=EventId,City,ParticipantNumberLeft,MaxParticipantNumber,StartDate,EndDate,AddressName,EventName,ParticipantVat,BookingFormUrl,OnDemand,OnDemandPublished,OnDemandAccessDays,LocationId ' ;
539539
540540 $ expands ['CustomFields ' ] = '$filter=ShowOnWeb;$select=CustomFieldId,CustomFieldName,CustomFieldType,CustomFieldValue,CustomFieldChecked,CustomFieldDate,CustomFieldAlternativeId,CustomFieldAlternativeValue; ' ;
541541
0 commit comments