Browse Source

Use dropdown for taggable entities

pull/18767/head
Enis Necipoglu 3 years ago
parent
commit
9d7c9f085a
No known key found for this signature in database GPG Key ID: 1EC55E13241E1680
  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