mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
sprint-14: put json data into backend details
This commit is contained in:
@ -274,7 +274,8 @@ public class BaseAPIActionUtil
|
||||
*******************************************************************************/
|
||||
protected QRecord jsonObjectToRecord(JSONObject jsonObject, Map<String, QFieldMetaData> fields) throws IOException
|
||||
{
|
||||
QRecord record = JsonUtils.parseQRecordLenient(jsonObject, fields);
|
||||
QRecord record = JsonUtils.parseQRecord(jsonObject, fields, true);
|
||||
record.getBackendDetails().put(QRecord.BACKEND_DETAILS_TYPE_JSON_SOURCE_OBJECT, jsonObject.toString());
|
||||
return (record);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user