πΊπΈUnited States bamberjp
πΊπΈUnited States bamberjp
Hey everyone, The bug is that the code is using an invalid selector. See attached patch.
πΊπΈUnited States bamberjp
πΊπΈ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
πΊπΈUnited States bamberjp
πΊπΈUnited States bamberjp
πΊπΈUnited States bamberjp
bamberjp β created an issue.
πΊπΈUnited States bamberjp
πΊπΈUnited States bamberjp
Correction.
πΊπΈ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"]
},
...
}
πΊπΈUnited States bamberjp
πΊπΈUnited States bamberjp
bamberjp β created an issue.