program - calendar filters working
This commit is contained in:
parent
a2fd20c1cc
commit
3d24e61e12
4 changed files with 42 additions and 41 deletions
|
|
@ -38,6 +38,7 @@ function createArraySession($event, $session) {
|
|||
$arraySession['ticketingUrl'] = $isMapadoEvent ? $session->ticketingUrl() : false;
|
||||
$arraySession['bookableStock'] = $isMapadoEvent ? $session->bookableStock()->value() : 'free';
|
||||
$arraySession['color'] = $event->color();
|
||||
$arraySession['category'] = $event->category();
|
||||
|
||||
return $arraySession;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue