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)
-
0
hi
What's version of your ABP(cli and suite)?
-
0
hi
What's version of your ABP(cli and suite)?
both v4.4.0
-
0
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
-
0
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.
-
0
it seems that I need to create the migrations for new module-entities manually with "add-migration..." - is that right ?
-
0
👍
Your question credits returned.