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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | apps_profile_bug_fixes.1407006.patch | 2.98 KB | randallknutson |
Comments
Comment #1
e2thex commentedcommitted in http://drupalcode.org/project/apps.git/commit/159513e
documentation to follow
Comment #2
randallknutson commentedThis has been committed to the 7.x-1.x branch.
Comment #3
randallknutson commentedCouple 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.
Comment #4
randallknutson commentedFixed these and a couple others.
Comment #5
randallknutson commentedChanging status.
Comment #6
e2thex commentedlast 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