Changed GroupName column length to 100 as part of validation rules.
This commit is contained in:
parent
2d612fcd91
commit
3dcf918262
@ -408,7 +408,7 @@ namespace VEPROMS.CSLA.Library
|
||||
Csla.Validation.CommonRules.StringRequired, "GroupName");
|
||||
ValidationRules.AddRule(
|
||||
Csla.Validation.CommonRules.StringMaxLength,
|
||||
new Csla.Validation.CommonRules.MaxLengthRuleArgs("GroupName", 50));
|
||||
new Csla.Validation.CommonRules.MaxLengthRuleArgs("GroupName", 100));
|
||||
ValidationRules.AddRule(
|
||||
Csla.Validation.CommonRules.StringMaxLength,
|
||||
new Csla.Validation.CommonRules.MaxLengthRuleArgs("Config", 1073741823));
|
||||
|
Loading…
x
Reference in New Issue
Block a user