- Issue created by @fidylalaina
- Merge request !15Issue #3486714: make file uploaded as temporary before entity parent submission → (Open) created by fidylalaina
- 🇦🇹Austria hatsch
I came across this issue because i had a similar Problem.
I want to replace TUS/Uppy with file_resup on Drupal 10.4.Unfortunatly after successful uploading with file_resup i had an error when attaching the file to the field.
The file used in the {fieldname} field may not be referenced.
The file was added to file_managed, status was permanent, but did not show up in file_usage.
with your patch it works as expected. The file is added to the field and shows up in file_usage.
The strange thing is that i could not reproduce this on a fresh 10.4 install
but on the actual site the error even occured after disabling all contrib modules.