fix: adopt folder structure in uploads/photos

This commit is contained in:
Björn Fromme
2025-08-21 14:20:32 +02:00
parent e0ce495b86
commit c4e28818e0
3 changed files with 16 additions and 6 deletions
+1
View File
@@ -22,6 +22,7 @@ class AppExtension extends AbstractExtension
new TwigFilter('bpn_country_label', [AppRuntime::class, 'bpnCountryLabel']),
new TwigFilter('bpn_pickup_label', [AppRuntime::class, 'bpnPickupLabel']),
new TwigFilter('upload_status_badge', [AppRuntime::class, 'renderUploadStatusBadge'], ['is_safe' => ['html']]),
new TwigFilter('upload_filename_full', [AppRuntime::class, 'getFilenameWithFolder']),
];
}