Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Filemanager): show accessDenied error in FE
Browse files Browse the repository at this point in the history
* don´t show programmFlow error in FE for accessDenied
  • Loading branch information
Christian Feitl committed Aug 30, 2021
1 parent f9e7bb6 commit 3523bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Filemanager/js/nodeActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Tine.Filemanager.nodeActions.Delete = {

await Tine.Filemanager.deleteNodes(_.map(nodes, 'data.path'));
} catch (e) {
Tine.Tinebase.ExceptionHandler.handleRequestException(e);
Tine.Tinebase.ExceptionHandler.handleRequestException(e.data);
}
}

Expand Down

0 comments on commit 3523bb8

Please sign in to comment.