This commit is contained in:
@@ -12,7 +12,7 @@ namespace AyaNova.Biz
|
||||
internal static void Validate(BizObject biz, FormCustom formCustom, object proposedObject)
|
||||
{
|
||||
//No form custom = no template to check against so nothing to do
|
||||
if (formCustom == null)
|
||||
if (formCustom == null || string.IsNullOrWhiteSpace(formCustom.Template))
|
||||
return;
|
||||
|
||||
//var OuterJson=JObject.Parse(formCustom.Template);
|
||||
|
||||
Reference in New Issue
Block a user