Hi,
It seems to work with the given overrides. However, it's sad that by implementing these overrides we have the risks of possible missing feature updates and even future breaking changes.
Is this a temporary fix until a stable solution in the packages of ABP? Or will it be configurable in a next version?
Hi, some steps for the test-project to reproduce
Getting project ready (its a simple ABP Starter)
Reproduce issue
Hi,
We already tried suggestions of the AI-bot .
Hi,
We're using ABP with EFCore to SQL Server (using an Angular frontend). All our entities are FullAuditedXXXWithUser<long, IdentityUser>. The LastModificationTime is not always updated, specially when updating a relationship.
For example,: we have a book with one author (one-to-many. Book has a field long? AuthorId {get;set;}).
When updating some fields from book, the modification fields are updated.
When only updating the author (choosing a new author from the dropdown), the modification fields are not updated. We expected those auditfields to be updated.
Is there some (undocumented) configuration we need to do, or a bug?
We've created a new simple ABP project to reproduce, and the same behaviour happens.
public long? AuthorId {get;set;}