Browse Source

Merge pull request #18767 from abpframework/cmskit-tag-dropdown

Use dropdown for taggable entities
pull/18780/head
oykuermann 3 years ago
committed by GitHub
parent
commit
4c637a4ef5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Tags/CreateModal.cshtml

3
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Tags/CreateModal.cshtml

@ -23,7 +23,8 @@
<abp-modal>
<abp-modal-header title="@L["New"].Value"></abp-modal-header>
<abp-modal-body>
<abp-input asp-for="ViewModel.EntityType" />
<abp-select asp-for="ViewModel.EntityType" asp-items="Model.TagDefinitions" />
<abp-input asp-for="ViewModel.Name" />

Loading…
Cancel
Save