The module bootstrap_library is installed with openatrium and the openatrium profile depends on it (it's listed in openatrium.info). However, only the deprecated oa_radix theme lists the module in a make file. This seems odd to me, if openatrium depends on it, it should also have it in its make file, but then again I don't understand make files for profiles that well.

I would like to suggest upgrading bootstrap_library to 7.x-1.4+4-dev (the latest dev at this moment) because it fixes an annoying bug where the status page recognizes 1.10 as less than 1.7. I want to create a patch for a make file but because of the above confusion I have no idea how to do this.

Comments

Jorrit created an issue. See original summary.

mpotter’s picture

You are correct. It looks like only oa_radix brings this in via Drush make. That currently works because oa_radix is still installed with Atrium, but definitely needs to be added to the oa_core.make file. So a patch that adds that would be welcome.

However I probably wouldn't update Atrium to use the dev version of bootstrap_library. They really need to get a release. We really try to avoid using dev releases directly when possible. It's usually better to reference a released version and then a patch that fixes the specific issue if the module maintainer is unwilling to make a new release.

Jorrit’s picture

Status: Active » Needs review
StatusFileSize
new631 bytes
new539 bytes

I have added patches for both oa_core and oa_radix. This makes sure (I hope) that Drush doesn't leave out the patch because it prioritizes the oa_radix configuration over oa_core, like happened with devel and iCalCreator.iCalCreator.

mpotter’s picture

Status: Needs review » Fixed

Committed to oa_core and oa_radix.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.