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

@@ -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",