U4-10407 We should log unhandled exceptions that occur in webapi controllers and always have detailed errors returned to users even when not in debug mode

This commit is contained in:
Shannon
2017-09-12 21:54:55 +10:00
parent 643d0012c6
commit 7a71f64978
6 changed files with 89 additions and 4 deletions

View File

@@ -150,9 +150,7 @@ function formHelper(angularHelper, serverValidationManager, $timeout, notificati
dialogService.ysodDialog(err);
}
}
else {
dialogService.ysodDialog(err);
}
},
/**