feat: Add dynamic logic for readOnly fields in CBankverbindungen entity and update cache timestamps in configuration files
This commit is contained in:
@@ -13,5 +13,79 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"iconClass": "fas fa-euro-sign"
|
"iconClass": "fas fa-euro-sign",
|
||||||
|
"dynamicLogic": {
|
||||||
|
"fields": {
|
||||||
|
"name": {
|
||||||
|
"readOnly": {
|
||||||
|
"conditionGroup": [
|
||||||
|
{
|
||||||
|
"type": "isNotEmpty",
|
||||||
|
"attribute": "id"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"iban": {
|
||||||
|
"readOnly": {
|
||||||
|
"conditionGroup": [
|
||||||
|
{
|
||||||
|
"type": "isNotEmpty",
|
||||||
|
"attribute": "id"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bic": {
|
||||||
|
"readOnly": {
|
||||||
|
"conditionGroup": [
|
||||||
|
{
|
||||||
|
"type": "isNotEmpty",
|
||||||
|
"attribute": "id"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"kontoinhaber": {
|
||||||
|
"readOnly": {
|
||||||
|
"conditionGroup": [
|
||||||
|
{
|
||||||
|
"type": "isNotEmpty",
|
||||||
|
"attribute": "id"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bankname": {
|
||||||
|
"readOnly": {
|
||||||
|
"conditionGroup": [
|
||||||
|
{
|
||||||
|
"type": "isNotEmpty",
|
||||||
|
"attribute": "id"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"advowareKontoId": {
|
||||||
|
"readOnly": {
|
||||||
|
"conditionGroup": [
|
||||||
|
{
|
||||||
|
"type": "isNotEmpty",
|
||||||
|
"attribute": "id"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"beteiligte": {
|
||||||
|
"readOnly": {
|
||||||
|
"conditionGroup": [
|
||||||
|
{
|
||||||
|
"type": "isNotEmpty",
|
||||||
|
"attribute": "id"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -357,7 +357,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1770575859.904929,
|
'microtime' => 1770580918.069661,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'cacheTimestamp' => 1770575860,
|
'cacheTimestamp' => 1770580918,
|
||||||
'microtimeState' => 1770575860.045547,
|
'microtimeState' => 1770580918.192797,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user