mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-08 17:45:51 +02:00
* Remove lookup as well as calc fields from JSON
This commit is contained in:
parent
2ff036a52e
commit
a2e29dec6c
@ -1447,7 +1447,7 @@ Var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
For I:=0 to Fields.Count-1 do
|
For I:=0 to Fields.Count-1 do
|
||||||
if Fields[i].FieldKind in [fkCalculated,fkInternalCalc] then
|
if Fields[i].FieldKind in [fkCalculated,fkInternalCalc,fkLookup] then
|
||||||
FieldMapper.RemoveField(FIelds[i].FieldName,FIelds[i].Index,Buf);
|
FieldMapper.RemoveField(FIelds[i].FieldName,FIelds[i].Index,Buf);
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user