settings: do not show "skip backup" when updates is blocked

https://forum.cloudron.io/topic/12092/imho-the-skip-backup-checkbox-makes-no-sense
This commit is contained in:
Girish Ramakrishnan
2024-07-15 09:48:04 +02:00
parent e9b6002f63
commit d97d82b225
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ app.filter('errorSuggestion', function () {
};
});
app.filter('readyToUpdate', function () {
app.filter('canUpdate', function () {
return function (apps) {
return apps.every(function (app) {
return (app.installationState === ISTATES.ERROR) || (app.installationState === ISTATES.INSTALLED);