I went and got an empty project. I tested on it and the update was working. When I activate lazy loading it stopped working.
So the source of the problem was the lazy loading. Now I have to find a way to make it work together.
Does anybody faced the same problem ?
Is is necessary to use : await CurrentUnitOfWork.SaveChangesAsync(); ?
Angular & ASP.Net Core
ABP version 8.1
ABP framework 5.1.0
When I activate Entity History, It detects when I create and detele an entity. When I update an entity, It doesn't detected.
I follow all the instructions here : https://aspnetboilerplate.com/Pages/Documents/Entity-History && https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Entity-History
Tryed both configurations :
OR
Is there something missing ?
Hi!
I'm interested in the outcome for this, any update on how this will change in the future?
Thanks!
Hi!
I'm wondering if it's possible with the asp.net zero framework to setup my controllers and controller actions to validate the user's roles instead of the user's permissions. This way, working with our customer, we could setup pre-defined roles and enforce those directly in the application (examples: Administrator, User, UserReadOnly, Supervisor, SectionSpecificUser, etc.).
We're encountering situations where we have "pages" that have dependencies on multiple permissions and we're looking at good solutions for this.
Thanks !