Fixes filling bugs from Api

This commit is contained in:
2019-08-26 15:06:57 +01:00
parent fd6646e2a8
commit 4b25db0862
7 changed files with 3111 additions and 39 deletions

View File

@ -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; }