- ABP Framework version: v5.2.1
- UI type: Blazor Server
- DB provider: EF Core
- Exception message and stack trace:
- Steps to reproduce the issue: Create a Blazor Server project using the suite. Create a basic crud entity and enable auditing by adding the [Audited] tag to the class. Entity changes through swagger will log correctly. Changes through the Blazor UI do not.
As per the title and information above, a core feature of the ABP Commercial does not work. There seems to be very little priority to resolve this.
7 Answer(s)
-
0
Intercepting Blazor Page events issue is open for more than 1 year by Microsoft and it is directly related to it.
We are also trying to figure out a different way to solve this problem however we are pretty limited on tools to use on Blazor side.
You can also follow the progress at issue#11682.
-
0
This wasn't an issue on < 5.2 of ABP
-
0
hi
Can you try this?
https://github.com/abpframework/abp/issues/11682#issuecomment-1059019021
-
0
Created a fresh 5.2.1 Blazor Server project using the suite, getting "type or namespace AbpUowHubFilter not found"
-
0
hi
Please remove
AbpUowHubFilter and AbpAuditHubFilter
to try -
0
Looks like that did the trick thank you! I will run some more testing over the coming days
-
0
Good news.