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