feat: Add 'Stream' label and related configurations across multiple JSON files
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"labels": {
|
||||||
|
"Stream": "Stream"
|
||||||
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"isActive": "Aktiv",
|
"isActive": "Aktiv",
|
||||||
"beteiligte": "Beteiligte",
|
"beteiligte": "Beteiligte",
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"labels": {
|
"labels": {
|
||||||
"Create CBankverbindungen": "Bankverbindung erstellen",
|
"Create CBankverbindungen": "Bankverbindung erstellen",
|
||||||
"CBankverbindungen": "Bankverbindungen"
|
"CBankverbindungen": "Bankverbindungen",
|
||||||
|
"Stream": "Stream"
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"labels": {
|
||||||
|
"Stream": "Stream"
|
||||||
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"dateOfBirth": "Geburtsdatum",
|
"dateOfBirth": "Geburtsdatum",
|
||||||
"rechtsform": "Rechtsform",
|
"rechtsform": "Rechtsform",
|
||||||
|
|||||||
@@ -13,7 +13,8 @@
|
|||||||
"labels": {
|
"labels": {
|
||||||
"Create CKuendigung": "Kündigung erstellen",
|
"Create CKuendigung": "Kündigung erstellen",
|
||||||
"CKuendigung": "Kündigung",
|
"CKuendigung": "Kündigung",
|
||||||
"Initiate Eviction": "Räumungsklage einleiten"
|
"Initiate Eviction": "Räumungsklage einleiten",
|
||||||
|
"Stream": "Stream"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"confirmEviction": "Möchten Sie wirklich eine Räumungsklage aus dieser Kündigung einleiten?",
|
"confirmEviction": "Möchten Sie wirklich eine Räumungsklage aus dieser Kündigung einleiten?",
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"labels": {
|
||||||
|
"Stream": "Stream"
|
||||||
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"anschrift": "Anschrift",
|
"anschrift": "Anschrift",
|
||||||
"objekttyp": "Objekttyp",
|
"objekttyp": "Objekttyp",
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"labels": {
|
||||||
|
"Stream": "Stream"
|
||||||
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"lastCall": "Letzter Anruf",
|
"lastCall": "Letzter Anruf",
|
||||||
"callCount": "Anzahl Anrufe",
|
"callCount": "Anzahl Anrufe",
|
||||||
|
|||||||
@@ -47,7 +47,8 @@
|
|||||||
"Create CVmhMietverhltnis": "Mietverhältnis erstellen",
|
"Create CVmhMietverhltnis": "Mietverhältnis erstellen",
|
||||||
"Initiate Eviction": "Räumungsklage einleiten",
|
"Initiate Eviction": "Räumungsklage einleiten",
|
||||||
"Initiate Rent Collection": "Mietinkasso einleiten",
|
"Initiate Rent Collection": "Mietinkasso einleiten",
|
||||||
"Initiate Termination": "Kündigung erstellen"
|
"Initiate Termination": "Kündigung erstellen",
|
||||||
|
"Stream": "Stream"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"confirmEviction": "Möchten Sie wirklich eine Räumungsklage aus diesem Mietverhältnis einleiten?",
|
"confirmEviction": "Möchten Sie wirklich eine Räumungsklage aus diesem Mietverhältnis einleiten?",
|
||||||
|
|||||||
8
custom/Espo/Custom/Resources/i18n/de_DE/Global.json
Normal file
8
custom/Espo/Custom/Resources/i18n/de_DE/Global.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"streamMessages": {
|
||||||
|
"Log": "Log"
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"Log": "Log"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -19,5 +19,14 @@
|
|||||||
"dynamicLogicStyled": null,
|
"dynamicLogicStyled": null,
|
||||||
"sticked": true,
|
"sticked": true,
|
||||||
"index": 1
|
"index": 1
|
||||||
|
},
|
||||||
|
"_tabBreak_1": {
|
||||||
|
"index": 2,
|
||||||
|
"tabBreak": true,
|
||||||
|
"tabLabel": "Stream"
|
||||||
|
},
|
||||||
|
"stream": {
|
||||||
|
"sticked": false,
|
||||||
|
"index": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"_delimiter_": {
|
||||||
|
"disabled": true
|
||||||
|
},
|
||||||
|
"activities": {
|
||||||
|
"disabled": true
|
||||||
|
},
|
||||||
|
"history": {
|
||||||
|
"disabled": true
|
||||||
|
},
|
||||||
|
"_tabBreak_0": {
|
||||||
|
"index": 0,
|
||||||
|
"tabBreak": true,
|
||||||
|
"tabLabel": "Stream"
|
||||||
|
},
|
||||||
|
"stream": {
|
||||||
|
"sticked": false,
|
||||||
|
"index": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -79,5 +79,14 @@
|
|||||||
},
|
},
|
||||||
"bankverbindungens": {
|
"bankverbindungens": {
|
||||||
"index": 17
|
"index": 17
|
||||||
|
},
|
||||||
|
"_tabBreak_7": {
|
||||||
|
"index": 18,
|
||||||
|
"tabBreak": true,
|
||||||
|
"tabLabel": "Stream"
|
||||||
|
},
|
||||||
|
"stream": {
|
||||||
|
"sticked": false,
|
||||||
|
"index": 19
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -27,5 +27,14 @@
|
|||||||
},
|
},
|
||||||
"vmhRumungsklagesdokumente": {
|
"vmhRumungsklagesdokumente": {
|
||||||
"index": 5
|
"index": 5
|
||||||
|
},
|
||||||
|
"_tabBreak_2": {
|
||||||
|
"index": 6,
|
||||||
|
"tabBreak": true,
|
||||||
|
"tabLabel": "Stream"
|
||||||
|
},
|
||||||
|
"stream": {
|
||||||
|
"sticked": false,
|
||||||
|
"index": 7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -51,5 +51,14 @@
|
|||||||
},
|
},
|
||||||
"dokumenteskuendigung": {
|
"dokumenteskuendigung": {
|
||||||
"index": 9
|
"index": 9
|
||||||
|
},
|
||||||
|
"_tabBreak_5": {
|
||||||
|
"index": 10,
|
||||||
|
"tabBreak": true,
|
||||||
|
"tabLabel": "Stream"
|
||||||
|
},
|
||||||
|
"stream": {
|
||||||
|
"sticked": false,
|
||||||
|
"index": 11
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,5 +29,14 @@
|
|||||||
},
|
},
|
||||||
"dokumentesMietobjekt": {
|
"dokumentesMietobjekt": {
|
||||||
"index": 5
|
"index": 5
|
||||||
|
},
|
||||||
|
"_tabBreak_5": {
|
||||||
|
"index": 6,
|
||||||
|
"tabBreak": true,
|
||||||
|
"tabLabel": "Stream"
|
||||||
|
},
|
||||||
|
"stream": {
|
||||||
|
"sticked": false,
|
||||||
|
"index": 7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"_tabBreak_1": {
|
"_tabBreak_1": {
|
||||||
"index": 2,
|
"index": 2,
|
||||||
"tabBreak": true,
|
"tabBreak": true,
|
||||||
"tabLabel": "Ereignisse"
|
"tabLabel": "Stream"
|
||||||
},
|
},
|
||||||
"calls": {
|
"calls": {
|
||||||
"index": 3
|
"index": 3
|
||||||
|
|||||||
@@ -75,5 +75,14 @@
|
|||||||
},
|
},
|
||||||
"dokumentesvmhMietverhltnisse": {
|
"dokumentesvmhMietverhltnisse": {
|
||||||
"index": 15
|
"index": 15
|
||||||
|
},
|
||||||
|
"_tabBreak_8": {
|
||||||
|
"index": 16,
|
||||||
|
"tabBreak": true,
|
||||||
|
"tabLabel": "Stream"
|
||||||
|
},
|
||||||
|
"stream": {
|
||||||
|
"sticked": false,
|
||||||
|
"index": 17
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3,6 +3,16 @@
|
|||||||
"boolFilterList": [
|
"boolFilterList": [
|
||||||
"onlyMy"
|
"onlyMy"
|
||||||
],
|
],
|
||||||
|
"bottomPanels": {
|
||||||
|
"detail": [
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"iconClass": "fas fa-road",
|
"iconClass": "fas fa-road",
|
||||||
"relationshipPanels": {
|
"relationshipPanels": {
|
||||||
"beteiligte": {
|
"beteiligte": {
|
||||||
|
|||||||
@@ -3,5 +3,15 @@
|
|||||||
"boolFilterList": [
|
"boolFilterList": [
|
||||||
"onlyMy"
|
"onlyMy"
|
||||||
],
|
],
|
||||||
|
"bottomPanels": {
|
||||||
|
"detail": [
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"iconClass": "fas fa-euro-sign"
|
"iconClass": "fas fa-euro-sign"
|
||||||
}
|
}
|
||||||
@@ -3,6 +3,16 @@
|
|||||||
"boolFilterList": [
|
"boolFilterList": [
|
||||||
"onlyMy"
|
"onlyMy"
|
||||||
],
|
],
|
||||||
|
"bottomPanels": {
|
||||||
|
"detail": [
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"dynamicLogic": {
|
"dynamicLogic": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"name": {
|
"name": {
|
||||||
|
|||||||
@@ -3,6 +3,16 @@
|
|||||||
"boolFilterList": [
|
"boolFilterList": [
|
||||||
"onlyMy"
|
"onlyMy"
|
||||||
],
|
],
|
||||||
|
"bottomPanels": {
|
||||||
|
"detail": [
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"iconClass": "fas fa-file",
|
"iconClass": "fas fa-file",
|
||||||
"relationshipPanels": {
|
"relationshipPanels": {
|
||||||
"contactsvmhdokumente": {
|
"contactsvmhdokumente": {
|
||||||
|
|||||||
@@ -46,6 +46,12 @@
|
|||||||
"name": "history",
|
"name": "history",
|
||||||
"reference": "history",
|
"reference": "history",
|
||||||
"disabled": true
|
"disabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -30,6 +30,12 @@
|
|||||||
"name": "history",
|
"name": "history",
|
||||||
"reference": "history",
|
"reference": "history",
|
||||||
"disabled": true
|
"disabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,6 +3,16 @@
|
|||||||
"boolFilterList": [
|
"boolFilterList": [
|
||||||
"onlyMy"
|
"onlyMy"
|
||||||
],
|
],
|
||||||
|
"bottomPanels": {
|
||||||
|
"detail": [
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"color": "#dea185",
|
"color": "#dea185",
|
||||||
"iconClass": "fas fa-house",
|
"iconClass": "fas fa-house",
|
||||||
"relationshipPanels": {
|
"relationshipPanels": {
|
||||||
|
|||||||
@@ -30,6 +30,12 @@
|
|||||||
"name": "history",
|
"name": "history",
|
||||||
"reference": "history",
|
"reference": "history",
|
||||||
"disabled": true
|
"disabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -66,6 +66,12 @@
|
|||||||
"name": "history",
|
"name": "history",
|
||||||
"reference": "history",
|
"reference": "history",
|
||||||
"disabled": true
|
"disabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -30,6 +30,12 @@
|
|||||||
"name": "history",
|
"name": "history",
|
||||||
"reference": "history",
|
"reference": "history",
|
||||||
"disabled": true
|
"disabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stream",
|
||||||
|
"label": "Stream",
|
||||||
|
"reference": "stream",
|
||||||
|
"stacked": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"customizable": true,
|
"customizable": true,
|
||||||
"importable": true,
|
"importable": true,
|
||||||
"notifications": true,
|
"notifications": true,
|
||||||
"stream": false,
|
"stream": true,
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"type": "Base",
|
"type": "Base",
|
||||||
"module": "Custom",
|
"module": "Custom",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"name",
|
"name",
|
||||||
"emailAddress"
|
"emailAddress"
|
||||||
],
|
],
|
||||||
"stream": false,
|
"stream": true,
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"type": "Person",
|
"type": "Person",
|
||||||
"module": "Custom",
|
"module": "Custom",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"customizable": true,
|
"customizable": true,
|
||||||
"importable": true,
|
"importable": true,
|
||||||
"notifications": true,
|
"notifications": true,
|
||||||
"stream": false,
|
"stream": true,
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"type": "Base",
|
"type": "Base",
|
||||||
"module": "Custom",
|
"module": "Custom",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"customizable": true,
|
"customizable": true,
|
||||||
"importable": true,
|
"importable": true,
|
||||||
"notifications": true,
|
"notifications": true,
|
||||||
"stream": false,
|
"stream": true,
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"type": "BasePlus",
|
"type": "BasePlus",
|
||||||
"module": "Custom",
|
"module": "Custom",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"customizable": true,
|
"customizable": true,
|
||||||
"importable": true,
|
"importable": true,
|
||||||
"notifications": true,
|
"notifications": true,
|
||||||
"stream": false,
|
"stream": true,
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"type": "Base",
|
"type": "Base",
|
||||||
"module": "Custom",
|
"module": "Custom",
|
||||||
|
|||||||
@@ -361,8 +361,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1769362752,
|
'cacheTimestamp' => 1769364623,
|
||||||
'microtime' => 1769362752.412734,
|
'microtime' => 1769364623.935101,
|
||||||
'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