Browse Source

Merge pull request #24851 from abpframework/copilot/sub-pr-24850

Apply code review suggestions: format links and simplify note structure
pull/24850/head
Enis Necipoglu 2 months ago
committed by GitHub
parent
commit
55d46a51fc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 11
      docs/en/framework/infrastructure/audit-logging.md
  2. 2
      docs/en/modules/audit-logging-pro.md

11
docs/en/framework/infrastructure/audit-logging.md

@ -169,16 +169,7 @@ public class HomeController : AbpController
[Application service](../architecture/domain-driven-design/application-services.md) method calls also included into the audit log by default. You can use the `[DisableAuditing]` in service or method level.
> ### Blazor Server Limitation (Entity History)
>
> In `Blazor Server` applications, entity change history is currently not guaranteed to be complete for every UI interaction.
>
> Blazor Server uses SignalR-based event handling, and under some flows the audit scope/action tracking may not align with `DbContext.SaveChanges`, which can cause missing or partial entity change records.
>
> This is a known platform-level limitation and not a regular configuration issue.
>
> Related discussions:
> - https://github.com/abpframework/abp/issues/11682
> **Blazor Server limitation (Entity history):** In `Blazor Server` applications, entity change history is currently not guaranteed to be complete for every UI interaction. Blazor Server uses SignalR-based event handling, and under some flows the audit scope/action tracking may not align with `DbContext.SaveChanges`, which can cause missing or partial entity change records. This is a known platform-level limitation and not a regular configuration issue. See [#11682](https://github.com/abpframework/abp/issues/11682) for related discussions.
#### Enable/Disable for Other Services

2
docs/en/modules/audit-logging-pro.md

@ -73,7 +73,7 @@ You can export audit logs to Excel by clicking the "Export to Excel" button in t
Entity changes tab is used to list, view and filter entity change logs.
> **Blazor Server note:** Entity change history can be missing or incomplete in some `Blazor Server` scenarios due to known SignalR/event-pipeline limitations. See [Audit Logging](../framework/infrastructure/audit-logging.md) and https://github.com/abpframework/abp/issues/11682.
> **Blazor Server note:** Entity change history can be missing or incomplete in some `Blazor Server` scenarios due to known SignalR/event-pipeline limitations. See [Audit Logging](../framework/infrastructure/audit-logging.md) and [#11682](https://github.com/abpframework/abp/issues/11682).
![audit-logging-module-entity-changes-list-page](../images/audit-logging-module-entity-changes-list-page.png)

Loading…
Cancel
Save