. How can i use abp suite to generate UI for angular as project was originally generated with MVC razor pages. Where should i change the configuration so it will generate angular UI
ABP does not create only Angular project for your existing solution. You should create an angular project and copy the angular folder and make the related configurations for your existing solution.
Then, you can open the appsettings.json
file under the %UserProfile%.abp\suite folder and change your application's UI as angular. Then, you can generate CRUD pages for Angular UI.
When you select the "include entities from ABP modules" option, it scans the solution of the current module's assembly and then lists the related ABP modules' entities'. So, in your scenario, the dependent ABP modules' entities should only be shown in the options for your module project. This is by design. Please correct me if I misunderstood.
Regards.
How can i use abp suite to generate UI for angular as project is MVC razor pages. Where should i change the configuration so it will generate angular UI
Hi, I did not understand what you meant. Can you please explain it?
Hi, sorry for the late response. I'll try your scenario and write you back asap.
Hi, sorry for the late response. ABP Suite only populates these placeholders, those who are defined in the templates of Suite. Files with the .Extended.*
postfixes are not re-generated by the ABP Suite and therefore those placeholders will not be populated in the next generation by Suite.
Instead, you should directly write the code in the place where you defined the related placeholder.
Check out the documentation for more info: https://docs.abp.io/en/commercial/latest/abp-suite/customizing-the-generated-code
Hi, first, sorry for the late response. This might be related to a wrong file that was in your solution directory as you said. I have refunded your ticket and will try to reproduce this problem and fix it asap.
Regards.
Hi, first of all, sorry for the late response. I have refunded your ticket and will fix this problem asap.
Regards
Hi, ABP Suite does not support the byte[]
as the property type. You should manually add it to the generated entity by your needs.
Regards.
In a Blazor app (but guessing it might be in all kinds of projects), when a user only has read permission to an entity, the Actions button is still displayed even though the user has no permissions to do anything. When you click it, it appears as nothing happens but in fact there is a very small empty menu that shows up (as the user has no available actions). This is quite confusing to the user.
The permissions dialog is in itself a bit confusing but I assume that this is the configuration you should have for "read only with no actions". That in itself should probably also be clarified/improved as it isn't obvious that the checkbox on the same line as the entity means "read only".
I totally agree with that and noted this confusion. I'll try to update the documentation and clarify this situation.
You can't create an entity with ABP Suite + ABP Cli 8.2.0-rc.3
You should ensure that your application's version is v8.2.0-rc.3. There is a Volo.Abp.Commercial.SuiteTemplates
in the domain layer and you should check the related .dll under the bin directory. (Because, we already checked generating entities and could not found any problem, so it's probably related that)