This commit is contained in:
@@ -226,6 +226,9 @@ namespace AyaNova.Biz
|
||||
//
|
||||
private async Task ValidateAsync(Widget proposedObj)
|
||||
{
|
||||
//skip validation if seeding
|
||||
if(ServerBootConfig.SEEDING) return;
|
||||
|
||||
//NOTE: In DB schema only name and serial are not nullable
|
||||
|
||||
//run validation and biz rules
|
||||
|
||||
Reference in New Issue
Block a user