🇮🇳India @Athul Dinesh

Account created on 27 December 2023, 9 months ago
#

Recent comments

🇮🇳India Athul Dinesh

I attempted to apply the patch mentioned in comments #38 and #39 on Drupal core version 10.3.0, but unfortunately, it did not work. It seems that the patch is not compatible with this version. Could you please provide an updated patch that is compatible with Drupal 10.3.0?

🇮🇳India Athul Dinesh

After installing a new Drupal 10.2.0 site and adding a new image field the issue was not initially present. However, after debugging, we identified that the problem comes from core/modules/file/file.module at line 1248. The specific line of code triggering the issue is:

$descriptions[] = t('Allowed types: @extensions.', ['@extensions' => $upload_validators['file_validate_extensions'][0]]);

When this particular line is commented out, the issue with duplicate allowed types disappears.Is there any solution available for this issue?

🇮🇳India Athul Dinesh

Steps to reproduce

  1. Access the Drupal administration panel.
  2. Navigate to "Structure" and select "Content types."
  3. Choose the relevant content type and click on "Manage fields."
  1. Within the content type's field management, add a new image field.
  2. Use default settings, including the default allowed image types.
  3. Save the field configuration.
  1. Proceed to create a new node of the designated content type.
  1. The field configuration displays both duplicate allowed types and the default allowed types (see attached screenshot for reference).
  2. The default theme, which is Claro, exhibits the same issue, and it's consistent across all themes, including the default theme.
Production build 0.71.5 2024