OpenEnterprise provides a app install interface that allows a user to chose which apps should be install to start off the project. It would be nice if this was part of the app module.

I see it as the apps module provide a set of function that the install profile would call, for displaying the form and such as part of the install process.

Comments

e2thex’s picture

committed in http://drupalcode.org/project/apps.git/commit/159513e

documentation to follow

randallknutson’s picture

Status: Active » Fixed

This has been committed to the 7.x-1.x branch.

randallknutson’s picture

Status: Fixed » Needs work

Couple of issues found.

Libraries needs to be guaranteed as set. Otherwise it throws an error.

apps_profile_install_app_modules is not expecting the proper array structure in $_SESSION['update_manager_update_projects'] so the installs are installing to funny directories.

randallknutson’s picture

StatusFileSize
new2.98 KB

Fixed these and a couple others.

randallknutson’s picture

Status: Needs work » Needs review

Changing status.

e2thex’s picture

Status: Needs review » Fixed

last commit
commit 6ded6831fb528c9a0f82b89ce2abea49b25ffeca
Date: Tue Jan 24 12:30:00 2012 -0500

issue #1407006 by randallknutson : add option for profiles to have apps installed on profile install

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