slippast β created an issue.
It doesn't look like we're going to see a working update to this module prior Nov 2. Is the maintainer still involved in any way? It would be great to get that pull request merged on this, especially since 1500 sites are using this module.
I have nilubol's patch (https://git.drupalcode.org/project/profile_split_enable/-/merge_requests...), but composer update and install still fails.
Could the maintainers of this module please merge this simple PR and make a release?
In the meantime here the previous merge request as a patch: https://git.drupalcode.org/project/simple_gse_search/-/merge_requests/2....
Thanks. @joelsteidl
I can confirm this issue. It's also happening the ContentHub v3.3 and Site Studio ContentHub 7.3. Breaks config imports, breaks drush commands, etc.
I downgraded to ContentHub 3.2.2 in order to get this working.
@nkraft
I came here from a Google search thinking the same thing. How is this not solved?
Check the new install instructions on the module's home page. You'll find instructions that explain how to move the dropzonejs library to Composer. They weren't a perfect fit for me since I already have other libraries added via the 'repositories' key. I used this structure in my composer.json file:
"dropzonejs": {
"type": "package",
"package": {
"name": "enyo/dropzone",
"version": "5.7.1",
"type": "drupal-library",
"dist": {
"url": "https://github.com/enyo/dropzone/archive/v5.7.1.zip",
"type": "zip"
}
}
},
I then ran this command per instructions: composer require drupal/dropzonejs enyo/dropzone and the error is gone from the status page.