Incorporated the fix from β¨ Add support to create new taxonomy terms (entities) during bulk upload Needs review into this issue since it also required support for entity validations of the created entity references.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Seems similar to or duplicate of:
π Add form validation to inform other module to valid the new uploaded files Fixed
which is much simpler. I haven't reviewed this code yet though.
@codebymikey Would you please provide your thoughts on differences with the other issue?
- Status changed to Active
almost 2 years ago 2:44pm 4 May 2023 This implementation is a little more verbose, but only because it tries as much as possible to make all the same API calls a normal File upload would normally call (e.g. all the dropzone-isms with
\Drupal\dropzonejs\DropzoneJsUploadSave::createFile
ensuring that the uploaded files with potential executable extensions are still properly escaped and validated as seen fit by whichever UploadSave service the site is choosing to run).This variation also needed to support validation on the Media entity level as well which that version didn't.
- Issue was unassigned.
- Status changed to Needs review
about 1 month ago 4:48am 27 February 2025 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
I assume this is ready for review so changing status.