You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a site architect
I want to download dependencies for submodules of the modules I download
So that I'm not blocked from enabling them at the same time
As a bee user
I want the bee download check for existing projects (core and contrib) to check against existing submodules as well as the primary modules
So that I'm not told that bee is going to download a project and then be told it can't find it
This has now been fixed by the fix (#383) to #382 - we now check existing projects by scanning all folders.
Note: At present, while the Backdrop Project Browser will download dependencies for the primary projects downloaded, it doesn't currently download dependencies for submodules.
The text was updated successfully, but these errors were encountered:
So if this is to go forward, I'd highly recommend making it an option for the appropriate command (e.g. --dl-submodule-dependencies), so that those of us who don't want extra modules downloaded don't get them.
Thanks for that feedback @BWPanda - that's a very good point I hadn't thought of. If I do this (it is currently parked) I will definitely make it optional.
yorkshire-pudding
changed the title
Download dependencies for submodules and check for existing submodules
Download dependencies for submodules
Jun 6, 2024
As a site architect
I want to download dependencies for submodules of the modules I download
So that I'm not blocked from enabling them at the same time
As a bee userI want the bee download check for existing projects (core and contrib) to check against existing submodules as well as the primary modules
So that I'm not told that bee is going to download a project and then be told it can't find it
This has now been fixed by the fix (#383) to #382 - we now check existing projects by scanning all folders.
Note: At present, while the Backdrop Project Browser will download dependencies for the primary projects downloaded, it doesn't currently download dependencies for submodules.
The text was updated successfully, but these errors were encountered: