Base solution for your next web application

Activities of "bma"

We are using BackgroundJob and IBackgroundJobManager for certain async operations. We need to be able to configure the retry count or total time before the job is set to failed state; either globally or per BackgroundJob. So far we have not found any way to set these. Can someone help?

We are facing problem with an endpoint that we are using for file upload. We want to send back error messages with different codes e.g. 409. We are throwing UserFriendlyException from service layer and instead of getting the standard Abp wrapper response, we are getting the actual exception like this

Abp.UI.UserFriendlyException: File with same name already exists. at ........

All of the responses in rest of the application are being wrapped in Abp standard response object and we have not added any attribute on this endpoint which would tell it not to do so. Are we missing something?

TY

!Product : zero 9.2.1, Angular, .net core

Hello everyone

I am very excited that we are going to start developing a portal based on .Zero ;-)

I'm also excited to start using this forum. In the beginning, it is probably most questions that are asked, but I hope that at some point I can also start helping others.

And now to my question; i'm looking for a way to create a relationship between a Role and a Tuple. I need a user to have a role (R1) that only applies to a certain tuple (T1). The same user can have R1 for T2, but not automatically for T3, Txx. I would like to use a much as possible from Abp User and Role management.

Hope it makes sense and someone can point me in the right direction. Thx.

!Product : zero 9.2.1, Angular, .net core

Showing 1 to 3 of 3 entries