Activity as standard object (#6219)
In this PR I layout the first steps to migrate Activity to a traditional Standard objects Since this is a big transition, I'd rather split it into several deployments / PRs <img width="1512" alt="image" src="https://github.com/user-attachments/assets/012e2bbf-9d1b-4723-aaf6-269ef588b050"> --------- Co-authored-by: Charles Bochet <charles@twenty.com> Co-authored-by: bosiraphael <71827178+bosiraphael@users.noreply.github.com> Co-authored-by: Weiko <corentin@twenty.com> Co-authored-by: Faisal-imtiyaz123 <142205282+Faisal-imtiyaz123@users.noreply.github.com> Co-authored-by: Prateek Jain <prateekj1171998@gmail.com>
This commit is contained in:
@ -9447,7 +9447,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
"isNullable": false,
|
||||
"createdAt": "2024-06-07T09:05:12.599Z",
|
||||
"updatedAt": "2024-06-07T09:05:12.599Z",
|
||||
"defaultValue": "'Note'",
|
||||
"defaultValue": "'NOTE'",
|
||||
"options": null,
|
||||
"relationDefinition": null,
|
||||
"fromRelationMetadata": null,
|
||||
@ -9654,7 +9654,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
"node": {
|
||||
"__typename": "field",
|
||||
"id": "f7d5db6e-0916-49cc-a4d4-b0489b8fbdbc",
|
||||
"type": "TEXT",
|
||||
"type": "RICH_TEXT",
|
||||
"name": "body",
|
||||
"label": "Body",
|
||||
"description": "Activity body",
|
||||
@ -11701,7 +11701,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
"node": {
|
||||
"__typename": "field",
|
||||
"id": "cd9efab6-a13f-4d5b-96fc-193cd3c8bce1",
|
||||
"type": "TEXT",
|
||||
"type": "RICH_TEXT",
|
||||
"name": "body",
|
||||
"label": "Body",
|
||||
"description": "Comment body",
|
||||
|
||||
Reference in New Issue
Block a user