Hi, this screens not from our project, this is from Account Module of framework
Hi,
It looks like a bug, we will fix it in the next patch version. your ticket was refunded.
What is the expected time for fix, and what is the version number?
Hi, Please see the video : https://netorgft6685769-my.sharepoint.com/:v:/g/personal/noura_sanadcash_com/ESSiwTgBpU9Fr4R1eClo5ScBQWSkZ5GiqViN4Suq0JRb3Q?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJPbmVEcml2ZUZvckJ1c2luZXNzIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXciLCJyZWZlcnJhbFZpZXciOiJNeUZpbGVzTGlua0RpcmVjdCJ9fQ&e=BcBn0D
Hi @Noura
Can you please just provide information that if is your Item entity inherits from
Entity
orAuditedEntity
?
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.