do not validate lookup property on client side

pull/6647/head
Ilkay Ilknur 5 years ago
parent 758db7fcf7
commit bccc4747e0

@ -54,7 +54,7 @@ namespace Volo.Abp.BlazoriseUI.Components.ObjectExtending
}
set
{
Entity.SetProperty(PropertyInfo.Name, value);
Entity.SetProperty(PropertyInfo.Name, value, false);
UpdateLookupTextProperty(value);
}
}

Loading…
Cancel
Save