Browse Source
Merge pull request #11736 from abpframework/issue/11692
Docs module: concurrency stamp field should be hidden
pull/11762/head
albert
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
modules/docs/src/Volo.Docs.Admin.Web/Pages/Docs/Admin/Projects/Edit.cshtml.cs
|
|
|
@ -121,6 +121,7 @@ namespace Volo.Docs.Admin.Pages.Docs.Admin.Projects |
|
|
|
[DynamicStringLength(typeof(ProjectConsts), nameof(ProjectConsts.MaxLatestVersionBranchNameLength))] |
|
|
|
public string LatestVersionBranchName { get; set; } |
|
|
|
|
|
|
|
[HiddenInput] |
|
|
|
public string ConcurrencyStamp { get; set; } |
|
|
|
} |
|
|
|
|
|
|
|
|