Add calendar date field picker in view options menu (#14492)
<img width="612" height="352" alt="Screenshot 2025-09-15 at 10 36 02" src="https://github.com/user-attachments/assets/d1da5ddf-cb9a-49f2-8407-e3d22cad808b" /> <img width="612" height="255" alt="Screenshot 2025-09-15 at 10 35 57" src="https://github.com/user-attachments/assets/3fca9e04-6a61-42ce-96a8-4dcd93e06f66" />
This commit is contained in:
@@ -41,6 +41,8 @@ export const convertCoreViewToView = (
|
||||
kanbanAggregateOperation: coreView.kanbanAggregateOperation ?? null,
|
||||
kanbanAggregateOperationFieldMetadataId:
|
||||
coreView.kanbanAggregateOperationFieldMetadataId ?? null,
|
||||
calendarFieldMetadataId: coreView.calendarFieldMetadataId ?? null,
|
||||
calendarLayout: coreView.calendarLayout ?? null,
|
||||
position: coreView.position,
|
||||
icon: coreView.icon,
|
||||
openRecordIn: convertedOpenRecordIn,
|
||||
|
||||
Reference in New Issue
Block a user