* Fix missing fields in TSQLDBRestResource.Assign

This commit is contained in:
Michaël Van Canneyt 2022-12-27 21:49:02 +01:00
parent a5f49c1cef
commit 234a955125

View File

@ -1020,6 +1020,12 @@ begin
ConnectionName:=R.ConnectionName;
Enabled:=R.Enabled;
InMetadata:=R.InMetadata;
FAllowedOperations:=R.AllowedOperations;
OnResourceAllowed:=R.OnResourceAllowed;
OnAllowedOperations:=R.OnAllowedOperations;
OnGetDataset:=R.OnGetDataset
OnCheckParams:=R.OnCheckParams;
OnAllowRecord:=R.OnAllowRecord;
end
else
inherited Assign(Source);