Add validation script approval for Python-based rebuild; update CBankverbindungen entity to include contactsBankverbindung relation
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -8,6 +8,10 @@
|
|||||||
"/^bash /var/lib/docker/volumes/vmh-espocrm_espocrm/_data/custom/scripts/check_and_rebuild\\.sh$/": {
|
"/^bash /var/lib/docker/volumes/vmh-espocrm_espocrm/_data/custom/scripts/check_and_rebuild\\.sh$/": {
|
||||||
"approve": true,
|
"approve": true,
|
||||||
"matchCommandLine": true
|
"matchCommandLine": true
|
||||||
|
},
|
||||||
|
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1 \\| tail -50$/": {
|
||||||
|
"approve": true,
|
||||||
|
"matchCommandLine": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -123,6 +123,14 @@
|
|||||||
"foreign": "bankverbindungens",
|
"foreign": "bankverbindungens",
|
||||||
"isCustom": true
|
"isCustom": true
|
||||||
},
|
},
|
||||||
|
"contactsBankverbindung": {
|
||||||
|
"type": "hasMany",
|
||||||
|
"relationName": "cBankverbindungContact",
|
||||||
|
"foreign": "cBankverbindungenContact",
|
||||||
|
"entity": "Contact",
|
||||||
|
"audited": false,
|
||||||
|
"isCustom": true
|
||||||
|
},
|
||||||
"createdBy": {
|
"createdBy": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
"entity": "User"
|
"entity": "User"
|
||||||
|
|||||||
Reference in New Issue
Block a user