mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Copy fixture files to qqq/v1 api paths; update routes setup for fixtures too
This commit is contained in:
@ -0,0 +1,36 @@
|
||||
{
|
||||
"tableName": "scriptRevision",
|
||||
"recordLabel": "Hello, Script Revision",
|
||||
"values": {
|
||||
"id": "100",
|
||||
"name": "Hello, Script Revision",
|
||||
"sequenceNo": "22",
|
||||
"commitMessage": "Initial checkin",
|
||||
"author": "Jon Programmer",
|
||||
"createDate": "2023-02-18T00:47:51Z",
|
||||
"modifyDate": "2023-02-18T00:47:51Z"
|
||||
},
|
||||
"displayValues": {
|
||||
"id": "1",
|
||||
"name": "Hello, Script Revision",
|
||||
"scriptId": "1",
|
||||
"sequenceNo": "22",
|
||||
"createDate": "2023-02-18T00:47:51Z",
|
||||
"modifyDate": "2023-02-18T00:47:51Z"
|
||||
},
|
||||
"associatedRecords": {
|
||||
"files": [
|
||||
{
|
||||
"tableName": "scriptRevisionFile",
|
||||
"values": {
|
||||
"id": 101,
|
||||
"fileName": "Script.js",
|
||||
"contents": "var hello;",
|
||||
"scriptRevisionId": 100,
|
||||
"createDate": "2023-06-23T21:59:57Z",
|
||||
"modifyDate": "2023-06-23T21:59:57Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"records": [
|
||||
{
|
||||
"tableName": "scriptRevision",
|
||||
"values": {
|
||||
"contents": "var hello;",
|
||||
"id": 100,
|
||||
"sequenceNo": 2,
|
||||
"commitMessage": "2nd commit",
|
||||
"author": "Jon Programmer",
|
||||
"createDate": "2023-02-18T00:47:51Z",
|
||||
"modifyDate": "2023-02-18T00:47:51Z"
|
||||
},
|
||||
"displayValues": {
|
||||
}
|
||||
},
|
||||
{
|
||||
"tableName": "scriptRevision",
|
||||
"values": {
|
||||
"contents": "var goodBye;",
|
||||
"id": 99,
|
||||
"sequenceNo": 1,
|
||||
"commitMessage": "Initial checkin",
|
||||
"author": "Jane Programmer",
|
||||
"createDate": "2023-02-17T00:47:51Z",
|
||||
"modifyDate": "2023-02-17T00:47:51Z"
|
||||
},
|
||||
"displayValues": {
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user