6655 remove field direction in message and add it in mcma (#6743)
Closes #6655 - Remove direction from message - Add direction do mcma - Create migration command - Create upgrade 0.24
This commit is contained in:
@ -1711,20 +1711,20 @@ export const getObjectMetadataItemsMock = () => {
|
||||
"updatedAt": "2024-08-05T16:38:57.285Z",
|
||||
"fromRelationMetadata": null,
|
||||
"toRelationMetadata": null,
|
||||
"defaultValue": "'incoming'",
|
||||
"defaultValue": "'INCOMING'",
|
||||
"options": [
|
||||
{
|
||||
"id": "14216544-33d1-47d0-99a9-717763d49c0f",
|
||||
"color": "green",
|
||||
"label": "Incoming",
|
||||
"value": "incoming",
|
||||
"value": "INCOMING",
|
||||
"position": 0
|
||||
},
|
||||
{
|
||||
"id": "f1b89e48-1107-45a2-b54a-31a75e76b9b2",
|
||||
"color": "blue",
|
||||
"label": "Outgoing",
|
||||
"value": "outgoing",
|
||||
"value": "OUTGOING",
|
||||
"position": 1
|
||||
}
|
||||
],
|
||||
|
||||
@ -866,20 +866,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
"isNullable": false,
|
||||
"createdAt": "2024-08-02T16:00:05.938Z",
|
||||
"updatedAt": "2024-08-02T16:00:05.938Z",
|
||||
"defaultValue": "'incoming'",
|
||||
"defaultValue": "'INCOMING'",
|
||||
"options": [
|
||||
{
|
||||
"id": "09fd3f5f-5903-4a3a-8f8b-335825349389",
|
||||
"color": "green",
|
||||
"label": "Incoming",
|
||||
"value": "incoming",
|
||||
"value": "INCOMING",
|
||||
"position": 0
|
||||
},
|
||||
{
|
||||
"id": "0df4272e-dfef-450e-84b7-d1477e66ee7f",
|
||||
"color": "blue",
|
||||
"label": "Outgoing",
|
||||
"value": "outgoing",
|
||||
"value": "OUTGOING",
|
||||
"position": 1
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user