Open Closed

How to create CRUD entities for my custom module with ABP Sutie #1663


User avatar
0
mrall created

Hello,

I'm using the ABP Suite to create CRUD-Entities for my project - all fine. Now I added a module to my solute - still fine. I open the module's solution in ABP suite with "add an existing solution" - fine. I create an entity and hit "save and generate" - this creates the entity inside the solution, but no additional artifacts for ui and db-migration.

How can I use ABP Suite to create CRUD-Entities the same way as for my "base"-solution?

cheers


7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    What's version of your ABP(cli and suite)?

  • User Avatar
    0
    mrall created

    hi

    What's version of your ABP(cli and suite)?

    both v4.4.0

  • User Avatar
    0
    mrall created

    ok, I found that the UI is generated, I missed the point that my User had no Access-Rights, so the menu was not shown

  • User Avatar
    0
    mrall created

    ok, I guess the main reason was that within my module the name of the connection-string setting pointed to a settings that doesn't exist (I didn't create it). I changed it to "Default" to use the same DB as my application and the Migrations were created.

  • User Avatar
    0
    mrall created

    it seems that I need to create the migrations for new module-entities manually with "add-migration..." - is that right ?

  • User Avatar
    0
    mrall created

    after changing the problem reported in #1666 it works...

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    👍

    Your question credits returned.

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