- Issue created by @mukhtarm
- Status changed to Postponed
over 1 year ago 3:16pm 27 July 2023 - 🇺🇸United States Jon Pugh Newburgh, NY
First some background:
This problem is due to a mistake I made publishing a release of operations project before a release of operations UI.
Since the drupal/operations_ui composer project is in this repo, Drupal packagist assigned code from this repo as package "drupal/operations_ui".
When the operations_ui drupal.org release was created, Drupal packagist detects an existing drupal/operations_ui module, and to avoid conflicts, renames the release "drupal/operations_ui-operations_ui".
I have created an issue to fix this: https://www.drupal.org/project/infrastructure/issues/3371966#comment-151... 📌 Change or remove sub packages from drupal/operations Fixed
- 🇺🇸United States Jon Pugh Newburgh, NY
The problem you are having MukhtarM is that the Drupal module name is still
operations_ui
.drupal/operations_ui-operations_ui
is just the composer package name.Try this:
ddev drush en operations_ui
A side note, however....
All this module does is provide the Admin section for Operations.
The Site Manager → module adds a page to that section.
- 🇺🇸United States Jon Pugh Newburgh, NY
Postponing until https://www.drupal.org/project/infrastructure/issues/3371966 📌 Change or remove sub packages from drupal/operations Fixed is closed.
- Status changed to Closed: outdated
about 1 year ago 3:27pm 28 August 2023