- Issue created by @narendraR
- 🇺🇸United States phenaproxima Massachusetts
Turns out this is a duplicate of 🐛 Package Manager validation is only necessary if the project to install is not already in the filesystem Active .
As @phenaproxima suggested in 📌 Skip Package Manager validation of using the local recipes source plugin Active ,
we should do a more detailed and permanent fix, which is that the readiness checks should only ever be done for projects whose activation status is
ActivationStatus::Absent
. Package Manager is not relevant in any other circumstance.
See https://www.drupal.org/project/project_browser/issues/3494506#comment-15911901 📌 Skip Package Manager validation of using the local recipes source plugin Active and https://www.drupal.org/project/project_browser/issues/3494506#comment-15927255 📌 Skip Package Manager validation of using the local recipes source plugin Active
Active
2.0
Code
Turns out this is a duplicate of 🐛 Package Manager validation is only necessary if the project to install is not already in the filesystem Active .