Activities of "Noura"

Hi @Noura

Can you please just provide information that if is your Item entity inherits from Entity or AuditedEntity ?

hi @enisn Item Entity inherits from FullAuditedAggregateRoot

I have two Entity, Order Entity and Item Entity, and the relationship between them is one-to-many [Order has many Items].

I used Audit to track all Entity changes, I got the create, update and delete changes on each entity.

but when I deleted an item object from the order object I can't track this change in the audit, so can I track these changes on an entity[Order entity] when I have EF Relationships.

  • ABP Framework version: v5.1
  • UI type: MVC
  • DB provider: EF Core
Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54