Added ccategory to calendar response
This commit is contained in:
@@ -743,7 +743,8 @@ class WarehouseShippingNoteController extends TTCrud {
|
||||
return [
|
||||
'date' => date('Y-m-d H:i:s', strtotime($eventStart)),
|
||||
'location' => $event['location']['location'] ?? '',
|
||||
'category' => $event['category']['category'] ?? ''
|
||||
'category' => $event['category']['category'] ?? '',
|
||||
'ccategory' => $event['ccategory']['ccategory'] ?? '',
|
||||
];
|
||||
}, $limitedEvents);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user