]> source.dussan.org Git - nextcloud-server.git/commit
fix(apps-store): Remove apps from force-enabled state when uninstalled
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 10:55:28 +0000 (12:55 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 11:02:06 +0000 (13:02 +0200)
commitea5b1b9591e976fe78558898ee05be76d25471e9
tree3b96bb6d3a2f53506acfae43deb402c9a18c9f4a
parent11117baba1276cfdc009e112280e19a8cb955264
fix(apps-store): Remove apps from force-enabled state when uninstalled

If an app is force-enabled and then uninstalled the force-enabled state was kept.
This is now removed, so when the app should be re-installed the compatibility should be reevaluated.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/settings/lib/Controller/AppSettingsController.php
lib/private/App/AppManager.php