Greetings,
I have a background job that when it executes, I wish to do a number of database calls. It's important that they are wrapped in a single transaction (UnitOfWork).
Question Will using the Attribute "UnitOfWork" on the said AsyncBackgroundJob be the best way?
[UnitOfWork(isTransactional: true)]
public override async Task ExecuteAsync(SaveTransactionFileUploadDto args)
Thanks you for your time,
Regards John
If you're creating a bug/problem report, please include followings:
Open menu item identity Management to see child menu items.
You can now no longer hide the child menu items as the parent menu item collapse js function fails or is missing. Tries all the main Browsers and on Private sessions (cookieless)
I also Like to take issue with the number of "questions" I have left - 9 (should be 10). I have asked 5 question and raised 1 bug. I hope this can be rectified as i feel a little peeved at this false tally.
Example Setup: Remove or disable all languages except English in the Admin console. Logout, clear all cookies, Log back in. Expected: The login/logged out redirection pages should respect the fact that there is no choice for languages and not show the flag icon Actual: The Login page when displayed show the 1 language enabled
OK, thanks for the answer. may I suggest making the developer do a little less heavy lifting to merely hide a icon in the same way the Web UI does. Happy to close.
Really! - oh that is great. Really appreciate your help - very happy with how everything is going with ABP -- please pass on my compliments to the Team.
GUID properties type
SQL Server has `uniqueidentifier' - or did you mean something else?
ABP Suite - Preserve Custom Code Across Repeated CRUD Generations
my common work-flow: generate crud->customise->re-generate crud->re-enter-previous customization-> repeat...etc
`#region CustomCode
// ...custom code here
#endregion`
This would be a massive boost in efficiency and a valued Feature in my opinion.