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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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" /> |
|
|
|
|
|
|
|
|