mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 08:47:49 +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
|
||||
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);
|
||||
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user