Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
Prior to our upgrade, when a BusinessException was thrown, angular would only show an AbpConfirmation dialog only, with a localized error message.
After the upgrade, there are 2 screens that are show. Firstly a AbpHttpErrorWrapper and then when you click 'Go Back' the AbpConfirmation dialog as above
As seen in the html, there are 2 components for the abp-confirmation dialog and also the abp-http-error-wrapper
Is there any way to disable or hide the abp-http-error-wrapper when a BusinessException with http status code 403. This is the same http status code that is used for a Forbidden AbpAuthorizationException.
Your assistance in this regard will be greatly appreciated.
We are using Angular.
Good day,
I require some assistance in overriding/extending the RHS user menu
I would like add in addtional menu items pertaining to the current user.
Instead of showing
I would like to have
Your assitance will be greatly appreciated
I am trying to extend that AuditLogsAppService, I would like to add additioal filtering on the getList method