More input validation
This commit is contained in:
		| @@ -251,7 +251,8 @@ namespace WGneu.Helpers { | ||||
|         } | ||||
|  | ||||
|         public static ValidationResult CheckUstId(TextBox input, bool optional) { | ||||
|             return new(false, "Not implemented yet"); | ||||
|             // TODO | ||||
|             return new(true, "Not implemented yet"); | ||||
|         } | ||||
|  | ||||
|         public static ValidationResult CheckMgNr(TextBox input, bool optional, AppDbContext ctx, Member m) { | ||||
| @@ -282,5 +283,15 @@ namespace WGneu.Helpers { | ||||
|  | ||||
|             return new(true, null); | ||||
|         } | ||||
|  | ||||
|         public static ValidationResult CheckDate(TextBox input, bool optional) { | ||||
|             // TODO | ||||
|             return new(true, "Not implemented yet"); | ||||
|         } | ||||
|  | ||||
|         public static ValidationResult CheckPartialDate(TextBox input, bool optional) { | ||||
|             // TODO | ||||
|             return new(true, "Not implemented yet"); | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user