Updating an external app must not automatically enable it
Closed this issue · 0 comments
nickvergessen commented
PHP apps
- Have a list of enabled and disabled apps
- Run
occ app:update --all
- List of enabled and disabled apps is the same, apart from the version
AppAPI apps
- Have a list of enabled and disabled apps
- Run
occ app_api:app:update --all
- All apps that were updated are now also enabled 💥
The difference is unexpected.
AppAPI apps that were disabled before should stay disabled