Skip to content

Commit

Permalink
Just needed to add the Required attribute. Fixes #59.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragan committed Jan 17, 2014
1 parent 584a710 commit 2371fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/KeyHub.Web/ViewModels/CustomerApp/CustomerAppCreateEditModel.cs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class CustomerAppCreateEditModel : RedirectUrlModel
[StringLength(256)]
public string ApplicationName { get; set; }

[Required]
public List<Guid> SelectedLicenseGUIDs { get; set; }

/// <summary>
Expand Down

0 comments on commit 2371fde

Please sign in to comment.