Added event_type to calendar response

This commit is contained in:
Luca Haid
2025-09-01 09:18:02 +00:00
parent da2ae9d460
commit a095206e6c

View File

@@ -745,6 +745,7 @@ class WarehouseShippingNoteController extends TTCrud {
'location' => $event['location']['location'] ?? '',
'category' => $event['category']['category'] ?? '',
'ccategory' => $event['ccategory']['ccategory'] ?? '',
'event_type' => $event['event_type']['event_type'] ?? '',
];
}, $limitedEvents);