Refactor layouts for CBeteiligte and CDokumente; add new layout for CAdressen; update widths and add modifiedAt field in JSON files; adjust config timestamps.
This commit is contained in:
31
custom/Espo/Custom/Resources/layouts/CAdressen/list.json
Normal file
31
custom/Espo/Custom/Resources/layouts/CAdressen/list.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "name",
|
||||||
|
"link": true,
|
||||||
|
"width": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "beteiligte",
|
||||||
|
"width": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "adresseStreet",
|
||||||
|
"width": 18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "adressePostalCode",
|
||||||
|
"width": 10
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "adresseCity",
|
||||||
|
"width": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "isActive",
|
||||||
|
"width": 10
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "modifiedAt",
|
||||||
|
"width": 7
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -1,23 +1,27 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"link": true
|
"link": true,
|
||||||
|
"width": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "address",
|
"name": "rechtsform",
|
||||||
"width": 16
|
"width": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "firmenname",
|
||||||
|
"width": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "emailAddress",
|
"name": "emailAddress",
|
||||||
"width": 16
|
"width": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phoneNumber",
|
"name": "phoneNumber",
|
||||||
"width": 16
|
"width": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "teams",
|
"name": "modifiedAt",
|
||||||
"width": 16,
|
"width": 10
|
||||||
"notSortable": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -1,18 +1,27 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"link": true
|
"link": true,
|
||||||
},
|
"width": 25
|
||||||
{
|
|
||||||
"name": "createdAt",
|
|
||||||
"width": 16
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "description",
|
|
||||||
"width": 16
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dokument",
|
"name": "dokument",
|
||||||
"width": 16
|
"width": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "syncStatus",
|
||||||
|
"width": 12
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "assignedUser",
|
||||||
|
"width": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "createdAt",
|
||||||
|
"width": 14
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "modifiedAt",
|
||||||
|
"width": 14
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
0
custom/scripts/check_and_rebuild.sh
Executable file → Normal file
0
custom/scripts/check_and_rebuild.sh
Executable file → Normal file
@@ -57,68 +57,68 @@ return [
|
|||||||
1 => 'CVmhErstgespraech',
|
1 => 'CVmhErstgespraech',
|
||||||
2 => 'CMietobjekt',
|
2 => 'CMietobjekt',
|
||||||
3 => 'CBeteiligte',
|
3 => 'CBeteiligte',
|
||||||
4 => 'CVmhMietverhltnis',
|
4 => 'CAdressen',
|
||||||
5 => 'CVmhRumungsklage',
|
5 => 'CVmhMietverhltnis',
|
||||||
6 => 'CDokumente',
|
6 => 'CVmhRumungsklage',
|
||||||
7 => (object) [
|
7 => 'CDokumente',
|
||||||
|
8 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'id' => '342567',
|
'id' => '342567',
|
||||||
'text' => '$CRM'
|
'text' => '$CRM'
|
||||||
],
|
],
|
||||||
8 => 'Contact',
|
9 => 'Contact',
|
||||||
9 => (object) [
|
10 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => '$Activities',
|
'text' => '$Activities',
|
||||||
'id' => '219419'
|
'id' => '219419'
|
||||||
],
|
],
|
||||||
10 => 'Email',
|
11 => 'Email',
|
||||||
11 => 'Call',
|
12 => 'Call',
|
||||||
12 => 'Task',
|
13 => 'Task',
|
||||||
13 => 'Calendar',
|
14 => 'Calendar',
|
||||||
14 => (object) [
|
15 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'id' => '655187',
|
'id' => '655187',
|
||||||
'text' => '$Support'
|
'text' => '$Support'
|
||||||
],
|
],
|
||||||
15 => 'Case',
|
16 => 'Case',
|
||||||
16 => 'KnowledgeBaseArticle',
|
17 => 'KnowledgeBaseArticle',
|
||||||
17 => (object) [
|
18 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => NULL,
|
'text' => NULL,
|
||||||
'id' => '137994'
|
'id' => '137994'
|
||||||
],
|
],
|
||||||
18 => '_delimiter_',
|
19 => '_delimiter_',
|
||||||
19 => (object) [
|
20 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => '$Marketing',
|
'text' => '$Marketing',
|
||||||
'id' => '463280'
|
'id' => '463280'
|
||||||
],
|
],
|
||||||
20 => 'Campaign',
|
21 => 'Campaign',
|
||||||
21 => 'TargetList',
|
22 => 'TargetList',
|
||||||
22 => (object) [
|
23 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => '$Business',
|
'text' => '$Business',
|
||||||
'id' => '518202'
|
'id' => '518202'
|
||||||
],
|
],
|
||||||
23 => (object) [
|
24 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => '$Organization',
|
'text' => '$Organization',
|
||||||
'id' => '566592'
|
'id' => '566592'
|
||||||
],
|
],
|
||||||
24 => 'User',
|
25 => 'User',
|
||||||
25 => (object) [
|
26 => (object) [
|
||||||
'type' => 'divider',
|
'type' => 'divider',
|
||||||
'text' => NULL,
|
'text' => NULL,
|
||||||
'id' => '898671'
|
'id' => '898671'
|
||||||
],
|
],
|
||||||
26 => 'Team',
|
27 => 'Team',
|
||||||
27 => 'WorkingTimeCalendar',
|
28 => 'WorkingTimeCalendar',
|
||||||
28 => 'EmailTemplate',
|
29 => 'EmailTemplate',
|
||||||
29 => 'Template',
|
30 => 'Template',
|
||||||
30 => 'Import',
|
31 => 'Import',
|
||||||
31 => 'GlobalStream',
|
32 => 'GlobalStream',
|
||||||
32 => 'Report',
|
33 => 'Report',
|
||||||
33 => 'CAdressen',
|
|
||||||
34 => 'CCallQueues',
|
34 => 'CCallQueues',
|
||||||
35 => 'CVMHBeteiligte'
|
35 => 'CVMHBeteiligte'
|
||||||
],
|
],
|
||||||
@@ -349,8 +349,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1768940234,
|
'cacheTimestamp' => 1768940490,
|
||||||
'microtime' => 1768940234.540769,
|
'microtime' => 1768940490.734497,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'appTimestamp' => 1768843902,
|
'appTimestamp' => 1768843902,
|
||||||
|
|||||||
Reference in New Issue
Block a user