Browse Source
Merge pull request #17302 from abpframework/liangshiwei/cms
CmsKit Add missing field
pull/17304/head
Enis Necipoglu
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/BlogPosts/Update.cshtml
|
|
|
@ -74,7 +74,8 @@ |
|
|
|
|
|
|
|
<form asp-page="/CmsKit/BlogPosts/Update" id="form-blog-post-update"> |
|
|
|
<abp-input asp-for="Id" /> |
|
|
|
<abp-input asp-for="ViewModel.ConcurrencyStamp" hidden /> |
|
|
|
<abp-input asp-for="ViewModel.ConcurrencyStamp" type="hidden" /> |
|
|
|
<abp-input asp-for="ViewModel.CoverImageMediaId" type="hidden" /> |
|
|
|
|
|
|
|
<abp-input asp-for="ViewModel.Title" /> |
|
|
|
|
|
|
|
|