feat: Update layout configurations and metadata for CBeteiligte entity
This commit is contained in:
@@ -61,9 +61,25 @@
|
||||
},
|
||||
{
|
||||
"name": "syncStatus"
|
||||
},
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "advowareLastSync"
|
||||
},
|
||||
{
|
||||
"name": "advowareDeletedAt"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "syncRetryCount"
|
||||
},
|
||||
{}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "syncErrorMessage"
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
@@ -2,23 +2,27 @@
|
||||
{
|
||||
"name": "name",
|
||||
"link": true,
|
||||
"width": 20
|
||||
"width": 18
|
||||
},
|
||||
{
|
||||
"name": "rechtsform",
|
||||
"width": 15
|
||||
"width": 13
|
||||
},
|
||||
{
|
||||
"name": "syncStatus",
|
||||
"width": 10
|
||||
},
|
||||
{
|
||||
"name": "firmenname",
|
||||
"width": 20
|
||||
"width": 18
|
||||
},
|
||||
{
|
||||
"name": "emailAddress",
|
||||
"width": 20
|
||||
"width": 18
|
||||
},
|
||||
{
|
||||
"name": "phoneNumber",
|
||||
"width": 15
|
||||
"width": 13
|
||||
},
|
||||
{
|
||||
"name": "modifiedAt",
|
||||
|
||||
@@ -7,8 +7,12 @@
|
||||
"name": "rechtsform",
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "syncStatus",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "modifiedAt",
|
||||
"width": 20
|
||||
"width": 15
|
||||
}
|
||||
]
|
||||
@@ -177,6 +177,7 @@
|
||||
"type": "int",
|
||||
"required": false,
|
||||
"readOnly": true,
|
||||
"default": 0,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user