Fixes filling bugs from Api
This commit is contained in:
parent
7d2d0eaf65
commit
d6575729e3
7 changed files with 3111 additions and 39 deletions
|
|
@ -20,7 +20,7 @@ namespace Yavsc.Models.IT.Fixing
|
|||
ErrorMessageResourceName="TitleSizeError")]
|
||||
public string Title { get; set; }
|
||||
|
||||
[YaStringLength(4096,
|
||||
[YaStringLength(10240,
|
||||
ErrorMessageResourceType=typeof(Yavsc.Models.IT.Fixing.Bug),
|
||||
ErrorMessageResourceName="DescSizeError")]
|
||||
public string Description { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue