Add 'copyToClipboard' property to various fields and update cache timestamps

This commit is contained in:
2026-01-23 21:31:16 +01:00
parent d675d9fcb1
commit a5f1437131
8 changed files with 56 additions and 29 deletions

View File

@@ -43,7 +43,8 @@
},
"adresse": {
"type": "address",
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"isActive": {
"type": "bool",

View File

@@ -4,7 +4,8 @@
"type": "varchar",
"required": true,
"pattern": "$noBadCharacters",
"tooltip": true
"tooltip": true,
"copyToClipboard": true
},
"iban": {
"type": "varchar",
@@ -20,21 +21,24 @@
"required": false,
"maxLength": 11,
"tooltip": true,
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"kontoinhaber": {
"type": "varchar",
"required": false,
"maxLength": 255,
"tooltip": true,
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"bankname": {
"type": "varchar",
"required": false,
"maxLength": 255,
"tooltip": true,
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"istAktiv": {
"type": "bool",

View File

@@ -2,7 +2,8 @@
"fields": {
"name": {
"type": "personName",
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"salutationName": {
"type": "enum",
@@ -42,23 +43,27 @@
"required": false,
"maxLength": 255,
"tooltip": true,
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"firstName": {
"type": "varchar",
"maxLength": 100
"maxLength": 100,
"copyToClipboard": true
},
"lastName": {
"type": "varchar",
"maxLength": 100,
"required": true
"required": true,
"copyToClipboard": true
},
"description": {
"type": "text"
},
"emailAddress": {
"type": "email",
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"phoneNumber": {
"type": "phone",
@@ -70,7 +75,8 @@
"Other"
],
"defaultType": "Mobile",
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"createdAt": {
"type": "datetime",
@@ -140,7 +146,8 @@
"required": false,
"maxLength": 50,
"tooltip": true,
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"handelsregisterArt": {
"type": "enum",

View File

@@ -6,7 +6,8 @@
"pattern": "$noBadCharacters"
},
"description": {
"type": "text"
"type": "text",
"copyToClipboard": true
},
"createdAt": {
"type": "datetime",
@@ -70,7 +71,8 @@
"maxLength": 64,
"readOnlyAfterCreate": true,
"options": [],
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"betnr": {
"type": "int",

View File

@@ -37,7 +37,8 @@
},
"anschrift": {
"type": "address",
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"objekttyp": {
"type": "enum",

View File

@@ -57,7 +57,8 @@
"required": false,
"maxLength": 100,
"tooltip": true,
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"betnr": {
"type": "int",

View File

@@ -2,7 +2,8 @@
"fields": {
"name": {
"type": "personName",
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"salutationName": {
"type": "enum",
@@ -14,7 +15,8 @@
"maxLength": 100,
"audited": true,
"options": [],
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"lastName": {
"type": "varchar",
@@ -22,7 +24,8 @@
"required": true,
"isPersonalData": true,
"audited": true,
"options": []
"options": [],
"copyToClipboard": true
},
"description": {
"type": "text"
@@ -31,7 +34,8 @@
"notStorable": true,
"type": "email",
"isPersonalData": true,
"audited": true
"audited": true,
"copyToClipboard": true
},
"phoneNumber": {
"type": "phone",
@@ -43,39 +47,46 @@
"Other"
],
"defaultType": "Mobile",
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"address": {
"type": "address",
"isPersonalData": true,
"viewMap": false
"viewMap": false,
"copyToClipboard": true
},
"addressStreet": {
"type": "text",
"maxLength": 255,
"dbType": "varchar",
"audited": true,
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"addressCity": {
"type": "varchar",
"audited": true,
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"addressState": {
"type": "varchar",
"audited": true
"audited": true,
"copyToClipboard": true
},
"addressCountry": {
"type": "varchar",
"audited": true,
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"addressPostalCode": {
"type": "varchar",
"audited": true,
"options": [],
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"createdAt": {
"type": "datetime",

View File

@@ -349,8 +349,8 @@ return [
0 => 'youtube.com',
1 => 'google.com'
],
'cacheTimestamp' => 1769199527,
'microtime' => 1769199527.353176,
'cacheTimestamp' => 1769200199,
'microtime' => 1769200199.876961,
'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768843902,