- 🇸🇰Slovakia poker10
Referenced issue #2594955: [D7] Duplicate HTML IDs are created for file_managed_file fields → is fixed already, so I think this should now work. If this is still an issue, feel free to reopen. Thanks!
This is a bug which happens when validating the file extension on the file input and both cases are related.
The process to test if everything works as expected is to create a new file upload item with some extensions to validate, once you've choosen the file if the validation works as expected it should show the error:
Drupal.t("The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions." ....
Try to upload an image with the right extension, hit the remove button, try again to upload an image with the wrong extension, does the validation work again?
Closed: outdated
7.0 ⚰️
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Referenced issue #2594955: [D7] Duplicate HTML IDs are created for file_managed_file fields → is fixed already, so I think this should now work. If this is still an issue, feel free to reopen. Thanks!