STR:

1. http://simplytest.me/project/admin_menu/8.x-3.x -> Launch sandbox ...

2. Once the sandbox is launched, log in and go to Manage -> Extend (/admin/modules): admin_menu is available in the modules list.

3. http://simplytest.me/project/drupal/8.x?add[]=admin_menu -> Launch sandbox ...

4. Once the sandbox is launched, log in and go to Manage -> Extend (/admin/modules): admin_menu is NOT available in the modules list.

Comments

klonos’s picture

patrickd’s picture

Yes, afaik, drush messes something up for d8 modules but it's been some months since I last tested this.

The following shell script snippet downloads the addtional projects:

 577 ##
 578 # Downloads the submissions additional projects.
 579 #
 580 s_project_dl_additionals() {
 581   for key in "${!S_ADDITIONALS[@]}"
 582   do
 583     timeout 120 drush dl --gitinfofile --root="/home/$S_ID/www" -y "${S_ADDITIONALS[$key]}"
 584   done
 585 }

source in repository

We might have to check whether it's d8 first and call drush with an additional argument

klonos’s picture

Title: admin_menu 8.x not downloaded/installed when selected as an additional project. » 8.x modules not downloaded/installed when selected as an additional project.
Issue summary: View changes

...made issue title more generic since this is not limited to admin_menu only.

patrickd’s picture

Status: Active » Closed (outdated)

hey.. that actually works now – except still no module or composer dependencies are fetched yet (see #2115221: Download dependencies for additional projects)

closing this one