mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 18:29:49 +02:00
* Create edit row correctly
This commit is contained in:
parent
f2cdddebcd
commit
4c649e5048
@ -1463,7 +1463,7 @@ begin
|
||||
RemoveCalcFields(FEditRow);
|
||||
end
|
||||
else
|
||||
FEditRow:=TJSObject.new;
|
||||
FEditRow:=FFieldMapper.CreateRow;
|
||||
// Writeln('TBaseJSONDataSet.InternalEdit: ',FEditRow);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user