- ABP Framework version: v8.2.0
- UI Type: Angular
- Database System: EF Core SQL Server
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Under Administration | Organization Units have a existing Organization Add a couple of Root Units Delete 1 of those Root Units All of the Root Units added are deleted
We are not using MutliTenant. I can see the Root Units in the DB and they are all soft deleted the call to the backend shows just one guid
Request URL: https://localhost:44326/api/identity/organization-units?id=21b23e64-f077-728f-ef0e-3a169f4cf11b Request Method DELETE
Is this by design? If yes can we override this behavior?
3 Answer(s)
-
0
hi
id=21b23e64-f077-728f-ef0e-3a169f4cf11b
Can you check if the id is the id of
TestA
? -
0
I have checked, the source code of
Organization Service
has not been changed for a long time. -
0
hi
id=21b23e64-f077-728f-ef0e-3a169f4cf11b
Can you check if the id is the id of
TestA
?Yes it is the id and the other id's that were soft deleted are unique