I have tested this in 8.7.0 and it seems to be working!
Thanks!
@maliming It doesn't look like it can be reproduced there. I created a new demo tenant (ati) and went throught the steps and the user no longer shows the Role that was assigned to the OU. Fixed in a newer build of ABP that 5.3.0?
I will give that a try and will post results here this week (hopefully). It will be a good chance for us to test updating our code to a new version of ASP.NET ZERO.
Thanks!
@ismcagdas It looks to be 5.3.0.
I created the Demo application that I am working with via ASP.NET Zero on March 11-13th it looks like to give you a timeframe of the code I am working with. I have not updated any nuget packages in any of the projects either. Thanks!
It sounds like this is already being discussed and possibly worked on? https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5457#issuecomment-608965880
I have found another post related to this and it looks like some code changes were made back in January to fix this (https://github.com/aspnetzero/aspnet-zero-core/issues/2892). Those changes are in my source and the objects seem to be getting soft deleted when I look at the DB. They still show up in the UI though. I am using the ASP.NET Core + Angular solution.