Add 'copyToClipboard' property to various fields and update cache timestamps
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
},
|
||||
"adresse": {
|
||||
"type": "address",
|
||||
"isCustom": true
|
||||
"isCustom": true,
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"isActive": {
|
||||
"type": "bool",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -37,7 +37,8 @@
|
||||
},
|
||||
"anschrift": {
|
||||
"type": "address",
|
||||
"isCustom": true
|
||||
"isCustom": true,
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"objekttyp": {
|
||||
"type": "enum",
|
||||
|
||||
@@ -57,7 +57,8 @@
|
||||
"required": false,
|
||||
"maxLength": 100,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
"isCustom": true,
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"betnr": {
|
||||
"type": "int",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user