Suite AngularUI: Fix enum prop creation in detail-view-component for master & child #16077
Description
Resolves #15972 for version 8.0
This PR fixes enum type property creation on Create/Update (detail-view.component) for master and child entities
Master entity enum prop
Child entity enum prop
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-8.0
branch on ABP repo - Switch to
issue-15972-v8
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 for master & child entities