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
Comment #1
jec006 commentedThis should be changed to 'Turn off Orphaned modules' - changing to feature request.
Comment #2
febbraro commentedFeatures does this exact thing. Possibly hijack that or at least use it for inspiration (since apps does not depend on Features).
Comment #3
febbraro commented