- Issue created by @carlodimartino
- Status changed to Needs review
11 months ago 7:19am 12 January 2024 - 🇮🇳India rajeev.virasat
Hi @carlodimartino, I have fixed this issue.
i found that this module has a dependency of "queue_ui" module, so before enable this module the "queue_ui" module should be enable on the project.
I have created a patch file please check this. - Status changed to Fixed
11 months ago 10:27am 12 January 2024 - 🇮🇹Italy itamair
Thanks for reporting this.
New 2.0.1 release → fixes this, specifically adding (both composer and Drupal module) dependency from the drupal queue_ui → contrib module - Status changed to Needs work
10 months ago 2:13am 13 January 2024 - 🇦🇺Australia carlodimartino
Version 2.0.2 had the dependencies list as:
dependencies:
- drupal:media
- drupal:media_library
- queue_ui:queue_ui
Where your patch is:
- drupal:media
- drupal:media_library
- drupal:queue_ui - Status changed to Fixed
10 months ago 2:08pm 13 January 2024 - 🇮🇹Italy itamair
@carlodimartino you are wrong, as the 'drupal' prefix is used to refer to drupal core modules.
The following:
- queue_ui:queue_uiis the proper way to define dependency from the queue_ui contrib module → .
Please, be aware that queue_ui contrib module should be present in your code base
(it will happen automatically now with cleancomposer require drupal/media_library_importer
)
and should also be enabled (make sure to enable it in the Drupal backend, if not already enabled).All this will make the media_library_importer 2.0.x up and running correctly.
Automatically closed - issue fixed for 2 weeks with no activity.