Implement eviction lawsuit initiation feature for Mietobjekt; add related UI and backend logic; update localization and configuration

This commit is contained in:
2026-01-24 11:51:16 +01:00
parent 3da6d140c7
commit ec612318c3
8 changed files with 250 additions and 4 deletions

View File

@@ -24,6 +24,14 @@
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1 \\| tail -15$/": {
"approve": true,
"matchCommandLine": true
},
"/^python3 custom/scripts/validate_and_rebuild\\.py$/": {
"approve": true,
"matchCommandLine": true
},
"/^python3 /var/lib/docker/volumes/vmh-espocrm_espocrm/_data/custom/scripts/validate_and_rebuild\\.py$/": {
"approve": true,
"matchCommandLine": true
}
}
}