Add 'copyToClipboard' property to various fields and update cache timestamps
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user