When you disable and uninstall a module it doesn't disable and uninstall the modules it added, creating a situation where turning off an app doesn't really turn things off.

What probably needs to happen is:

1. Create a list of modules the apps installed with no dependencies outside of the app
2. Present a list of modules we're going to disable, explaining that they're no longer needed.
3. Allow the user to check or uncheck them (like features) before we turn them all off.

Comments

jec006’s picture

Category: bug » feature

This should be changed to 'Turn off Orphaned modules' - changing to feature request.

febbraro’s picture

Features does this exact thing. Possibly hijack that or at least use it for inspiration (since apps does not depend on Features).

febbraro’s picture

Priority: Major » Normal