Suite AngularUI: Fix enum prop creation in detail-view-component #16076
Description
BEFORE TEST OR MERGE THIS PR PLEASE TEST #16077
Resolves #15972
This PR fixes enum type property creation on Create/Update (detail-view.component)
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- Switch to
rel-7.4
branch on ABP repo - Switch to
issue-15972
branch on VOLO repo - Run
abp > npm > deploy-suite-run-before-nuget.ps1
file - Run
dotnet build /graphBuild
inabp > licensing > Volo.Abp.Commercial.SuiteTemplates
folder - Run suite with
graphBuild
- Create entity
- Create enum file on .Domain.Shared >
- Back to suite and create prop
- Select enum type and choice enum file on .Domain.Shared
- save & generate entity
Expected
Create/Update modal should works correct