added new file upload and bug fix

This commit is contained in:
Luca Haid
2025-06-18 14:09:59 +02:00
parent a5de6daf27
commit fedfaac61d
4 changed files with 55 additions and 5 deletions
@@ -65,7 +65,7 @@ class ConstructionConsentJournal extends mfBaseModel {
$model = new ConstructionConsentJournal();
$table_fields = [
"constructionconsent_id", "text",
"constructionconsent_id", "text", "file_id",
"create_by","edit_by","create","edit"
];