Suite AngularUI: Fix enum prop creation in detail-view-component #16076
BackDescription
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.4branch on ABP repo - Switch to
issue-15972branch on VOLO repo - Run
abp > npm > deploy-suite-run-before-nuget.ps1file - Run
dotnet build /graphBuildinabp > licensing > Volo.Abp.Commercial.SuiteTemplatesfolder - 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