dev
parent
1cdbea2a30
commit
fe19d822bd
|
|
@ -264,6 +264,7 @@ namespace OpenAuth.App.FormScheme.FormHelpers
|
||||||
foreach (var childTable in childrenTables)
|
foreach (var childTable in childrenTables)
|
||||||
{
|
{
|
||||||
var rComponent = tableMap[childTable.RelationName].Find(t => t.ComponentProps.FieldName == childTable.RelationField);
|
var rComponent = tableMap[childTable.RelationName].Find(t => t.ComponentProps.FieldName == childTable.RelationField);
|
||||||
|
//var rComponent = tableMap[childTable.Name].Find(t => t.ComponentProps.FieldName == childTable.RelationField);
|
||||||
FormComponentNewModel newComponent = new FormComponentNewModel() { };
|
FormComponentNewModel newComponent = new FormComponentNewModel() { };
|
||||||
newComponent.Field = rComponent.Field;
|
newComponent.Field = rComponent.Field;
|
||||||
newComponent.ComponentProps = new ComponentPropsModel();
|
newComponent.ComponentProps = new ComponentPropsModel();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue