Browse Source
Merge pull request #17307 from abpframework/7.3-cmskit-create-form-fix
Add missing cover media to Create BlogPost page
pull/17308/head
liangshiwei
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
0 deletions
-
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/BlogPosts/Create.cshtml
|
|
|
@ -70,6 +70,8 @@ |
|
|
|
<select asp-for="ViewModel.BlogId" id="BlogSelectionSelect" class="form-control"></select> |
|
|
|
<span asp-validation-for="ViewModel.BlogId"></span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<abp-input asp-for="ViewModel.CoverImageMediaId" type="hidden" /> |
|
|
|
|
|
|
|
<abp-input asp-for="ViewModel.Title" /> |
|
|
|
|
|
|
|
|