Allow to reconfigure services if task fails

This commit is contained in:
Johannes Zellner
2025-07-23 17:18:26 +02:00
parent 1831caea08
commit 3460e6d513
3 changed files with 9 additions and 4 deletions

View File

@@ -502,6 +502,7 @@ function taskNameFromInstallationState(installationState) {
case ISTATES.PENDING_DEBUG: return 'debug';
case ISTATES.PENDING_RESIZE: return 'resize';
case ISTATES.PENDING_DATA_DIR_MIGRATION: return 'data migration';
case ISTATES.PENDING_SERVICES_CHANGE: return 'service change';
case ISTATES.PENDING_UNINSTALL: return 'uninstall';
case ISTATES.PENDING_RESTORE: return 'restore';
case ISTATES.PENDING_IMPORT: return 'import';