Skip to content

Commit

Permalink
#603 - remove generate validator for calendar - problem appear after…
Browse files Browse the repository at this point in the history
… upgrade to asp.net core 3.0
  • Loading branch information
KrzysztofPajak committed Oct 7, 2019
1 parent 82d124f commit c9abc3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
1 change: 0 additions & 1 deletion Grand.Web/Areas/Admin/Models/Catalog/ProductModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,6 @@ public partial class BidModel : BaseGrandEntityModel
public string OrderId { get; set; }
}

[Validator(typeof(GenerateCalendarValidator))]
public partial class GenerateCalendarModel : BaseGrandModel
{

Expand Down

This file was deleted.

0 comments on commit c9abc3e

Please sign in to comment.