If app clone fails only uninstall is possible
This commit is contained in:
@@ -136,6 +136,7 @@ function isViewEnabled(view, errorState) {
|
||||
|
||||
if (errorState === ISTATES.PENDING_INSTALL) return view === 'repair';
|
||||
if (errorState === ISTATES.PENDING_UNINSTALL) return false;
|
||||
if (errorState === ISTATES.PENDING_CLONE) return false;
|
||||
|
||||
if (view === 'display'
|
||||
|| view === 'backups'
|
||||
|
||||
Reference in New Issue
Block a user