We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da2ed13 + c7e7c6f commit 93a80ddCopy full SHA for 93a80dd
1 file changed
python_fm_dapi_weaver/controllers/records.py
@@ -376,7 +376,7 @@ async def fetch_layout_metadata(req: Request):
376
response.raise_for_status()
377
json_data = response.json()
378
return {
379
- "layoutMetadata": json_data["response"]["layout"],
+ "layoutMetadata": json_data["response"]["fieldMetaData"],
380
"session": token
381
}
382
0 commit comments