Open Closed

ABP Suite does not delete GRUD Entity cleanly #639


User avatar
0
LeonTee created
  • ABP Framework version: v3.2.2
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no

After I have created GRUD Entities using the ABP Suite, I tried to delete some Entities. It appeared that those deleted Entities still shows up in the .NET code, Angular code and even the database. I tried to delete them manually. After I ran the Generate, all the deleted artifacts appears again.

May I know what is the proper way of deleting Entity from ABP Suite?

Thank you!


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    if you want to delete an entity from your solution, Suite doesn't delete them. it only removes them from Suite. You need to delete those entities from your code.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11