πŸ‡ΊπŸ‡ΈUnited States @bamberjp

Account created on 23 April 2010, about 15 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States bamberjp

Hey everyone, The bug is that the code is using an invalid selector. See attached patch.

πŸ‡ΊπŸ‡ΈUnited States bamberjp

Correct to 7.x-2.x patch.

πŸ‡ΊπŸ‡ΈUnited States bamberjp

Revised 7.x-2.x patch attached. id specified in #attributes not taken into account in plupload_element_pre_render().

πŸ‡ΊπŸ‡ΈUnited States bamberjp

See patch for 7.x-2.x attached.

πŸ‡ΊπŸ‡ΈUnited States bamberjp

Temporary Workaround

composer require oomphinc/composer-installers-extender

Then in composer.json,

"extra": {
        ...
        "installer-types": ["module"],
        "installer-paths": {
            "web/core": ["type:drupal-core"],
            "web/libraries/{$name}": ["type:drupal-library"],
            "web/modules/contrib/{$name}": ["type:drupal-module"],
            "web/profiles/contrib/{$name}": ["type:drupal-profile"],
            "web/themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/Commands/contrib/{$name}": ["type:drupal-drush"],
            "web/modules/contrib/{$name}": ["type:module"]
        },
        ...
    }
Production build 0.71.5 2024