Nevermind, typo on my part! Resolved. Thanks for your help.
Hi,
The
EntityTypeFullName
is required.For example:
var result = await _auditLogsAppService.GetEntityChangesWithUsernameAsync(new EntityChangeFilter(){EntityId = log, EntityTypeFullName = typeof(IdentityRole).FullName});
Thanks for the reply. What exactly am I to pass as the EntityTypeFullName. I've tried variations from the full entity name, with/without namespace etc.
Ok, I will check it again, thanks.
Thank you, looking forward to your response.
Hi,
Entity change logging is not supported by the MongoDB provider. Other features work as expected.
See https://docs.abp.io/en/abp/latest/Audit-Logging#database-provider-support.
For reason: https://github.com/abpframework/abp/issues/5031#issuecomment-672629291
Hi there, thanks for the reply. We are not using Mongo, we are on EF Core / MS SQL.
Using the inbuilt IAuditLogsAppService service method I am not getting any results, whereas the GetEntityChangesAsync returns results. See the attached image showing the problem.
We will release the new version soon.
Sorry, I am getting an error still. But when trying to publish the project.
Severity Code Description Project File Line Suppression State Error Found multiple publish output files with the same relative path: C:\src\modules\Volo.LeptonTheme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\package.json, C:\src\src\SupplierPortal.Blazor\package.json. SupplierPortal.Blazor 0
Solution found here.
https://stackoverflow.com/a/69919694
The issue raises after .NET 6 migration. There's a new feature that blocks multiple files from being copied to the same target directory with the same file name. See https://docs.microsoft.com/en-us/dotnet/core/compatibility/sdk/6.0/duplicate-files-in-output
Hi,
I cannot reproduce it, can I check it remotely? shiwei.liang@volosoft.com
Have sent an email.
We will release the new version soon.
Sorry, I am getting an error still. But when trying to publish the project.
Severity Code Description Project File Line Suppression State
Error Found multiple publish output files with the same relative path: C:\src\modules\Volo.LeptonTheme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\package.json, C:\src\src\SupplierPortal.Blazor\package.json. SupplierPortal.Blazor 0
Hi
But for some reason, this is now LOCKED? Why is this locked? I have had to use a second question from our support allowance now? Why is this? Can that question be re-opened and this duplicate question refunded?
Because you have not replied for a long time, sure we can refunded your duplicate questions.
I am able to interact with the system on my local Dev environment (using the live connection string). But when accessing the live URL I get an Authorization error when attempting to interact with any part of the system.
Can you share the steps to reproduce? it will help to solve the problem.
Thank you. Sorry, we shut down over the festive period - as such was not at my desk.
It's as simple as publishing the various parts of the system
Once published, I am able to log in to the system but NO actions are authorized. I will get a stack trace/log from each part of the system.