Don't retain "move media" in busy state on error
This commit is contained in:
committed by
Sebastiaan Janssen
parent
2f69eac833
commit
cdd560a7d1
@@ -105,6 +105,7 @@ angular.module("umbraco").controller("Umbraco.Editors.Media.MoveController",
|
||||
});
|
||||
|
||||
}, function (err) {
|
||||
$scope.busy = false;
|
||||
$scope.success = false;
|
||||
$scope.error = err;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user