cleanup: remove _write guard — FilePond external API doesn't expose _write

ro=['fire','_read','_write'] is an exclusion list in Ee(), not an inclusion
list. The external pond object has none of these. The only safe interception
point is inside the closure (vendor patch), but the root-cause fix
(fileValidateSizeFilter .filename → .name) already prevents the crash.
This commit is contained in:
Pontoporeia
2026-06-09 23:35:53 +02:00
parent 6d93199fa2
commit fb752f5ba2
8 changed files with 34 additions and 6 deletions

2
.gitignore vendored
View File

@@ -26,6 +26,8 @@ app/storage/tmp/_trash/*
# Thesis storage (keep .gitkeep)
app/storage/theses/*
!app/storage/theses/.gitkeep
app/storage/tfe/*
!app/storage/tfe/.gitkeep
app/public/admin/actions/error.log