## Description Updating fixtures to replace executeOnLoad with reactiveActions Fixes [#39833](https://github.com/appsmithorg/appsmith/issues/39833) ## Automation /ok-to-test tags="" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No
469 lines
17 KiB
JSON
469 lines
17 KiB
JSON
{
|
|
"clientSchemaVersion": 1,
|
|
"serverSchemaVersion": 3,
|
|
"exportedApplication": {
|
|
"name": "one postgres",
|
|
"isPublic": false,
|
|
"appIsExample": false,
|
|
"unreadCommentThreads": 0,
|
|
"color": "#FFDEDE",
|
|
"icon": "medal",
|
|
"slug": "one-postgres",
|
|
"evaluationVersion": 2,
|
|
"applicationVersion": 2,
|
|
"isManualUpdate": false,
|
|
"new": true
|
|
},
|
|
"datasourceList": [
|
|
{
|
|
"userPermissions": [
|
|
"execute:datasources",
|
|
"manage:datasources",
|
|
"read:datasources"
|
|
],
|
|
"gitSyncId": "624409357b9ea67ca5365861_6244098a7b9ea67ca5365876",
|
|
"name": "Untitled Datasource",
|
|
"pluginId": "postgres-plugin",
|
|
"invalids": [],
|
|
"messages": [],
|
|
"isConfigured": true,
|
|
"isValid": true,
|
|
"new": true
|
|
}
|
|
],
|
|
"pageList": [
|
|
{
|
|
"userPermissions": ["read:pages", "manage:pages"],
|
|
"gitSyncId": "6244097a7b9ea67ca5365870_6244097a7b9ea67ca5365872",
|
|
"unpublishedPage": {
|
|
"name": "Page1",
|
|
"slug": "page1",
|
|
"layouts": [
|
|
{
|
|
"id": "Page1",
|
|
"userPermissions": [],
|
|
"dsl": {
|
|
"widgetName": "MainContainer",
|
|
"backgroundColor": "none",
|
|
"rightColumn": 781,
|
|
"snapColumns": 64,
|
|
"detachFromLayout": true,
|
|
"widgetId": "0",
|
|
"topRow": 0,
|
|
"bottomRow": 5016,
|
|
"containerStyle": "none",
|
|
"snapRows": 125,
|
|
"parentRowSpace": 1,
|
|
"type": "CANVAS_WIDGET",
|
|
"canExtend": true,
|
|
"version": 53,
|
|
"minHeight": 1292,
|
|
"parentColumnSpace": 1,
|
|
"dynamicBindingPathList": [],
|
|
"leftColumn": 0,
|
|
"children": [
|
|
{
|
|
"widgetName": "Table1",
|
|
"defaultPageSize": 0,
|
|
"columnOrder": [
|
|
"id",
|
|
"name",
|
|
"createdAt",
|
|
"updatedAt",
|
|
"status",
|
|
"gender",
|
|
"avatar",
|
|
"email",
|
|
"address",
|
|
"role",
|
|
"dob",
|
|
"phoneNo"
|
|
],
|
|
"isVisibleDownload": true,
|
|
"dynamicPropertyPathList": [],
|
|
"displayName": "Table",
|
|
"iconSVG": "/static/media/icon.db8a9cbd.svg",
|
|
"topRow": 1,
|
|
"bottomRow": 29,
|
|
"isSortable": true,
|
|
"parentRowSpace": 10,
|
|
"type": "TABLE_WIDGET",
|
|
"defaultSelectedRow": "0",
|
|
"hideCard": false,
|
|
"animateLoading": true,
|
|
"dynamicTriggerPathList": [],
|
|
"dynamicBindingPathList": [
|
|
{ "key": "tableData" },
|
|
{ "key": "primaryColumns.id.computedValue" },
|
|
{ "key": "primaryColumns.name.computedValue" },
|
|
{ "key": "primaryColumns.createdAt.computedValue" },
|
|
{ "key": "primaryColumns.updatedAt.computedValue" },
|
|
{ "key": "primaryColumns.gender.computedValue" },
|
|
{ "key": "primaryColumns.avatar.computedValue" },
|
|
{ "key": "primaryColumns.email.computedValue" },
|
|
{ "key": "primaryColumns.address.computedValue" },
|
|
{ "key": "primaryColumns.role.computedValue" },
|
|
{ "key": "primaryColumns.dob.computedValue" },
|
|
{ "key": "primaryColumns.phoneNo.computedValue" }
|
|
],
|
|
"leftColumn": 0,
|
|
"primaryColumns": {
|
|
"status": {
|
|
"index": 2,
|
|
"width": 150,
|
|
"id": "status",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "status",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.status))}}",
|
|
"buttonColor": "#03B365",
|
|
"menuColor": "#03B365",
|
|
"labelColor": "#FFFFFF"
|
|
},
|
|
"id": {
|
|
"index": 0,
|
|
"width": 150,
|
|
"id": "id",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "id",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
|
|
},
|
|
"name": {
|
|
"index": 1,
|
|
"width": 150,
|
|
"id": "name",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "name",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.name))}}"
|
|
},
|
|
"createdAt": {
|
|
"index": 2,
|
|
"width": 150,
|
|
"id": "createdAt",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "createdAt",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.createdAt))}}"
|
|
},
|
|
"updatedAt": {
|
|
"index": 3,
|
|
"width": 150,
|
|
"id": "updatedAt",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "updatedAt",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.updatedAt))}}"
|
|
},
|
|
"gender": {
|
|
"index": 5,
|
|
"width": 150,
|
|
"id": "gender",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "gender",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.gender))}}"
|
|
},
|
|
"avatar": {
|
|
"index": 6,
|
|
"width": 150,
|
|
"id": "avatar",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "avatar",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.avatar))}}"
|
|
},
|
|
"email": {
|
|
"index": 7,
|
|
"width": 150,
|
|
"id": "email",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "email",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.email))}}"
|
|
},
|
|
"address": {
|
|
"index": 8,
|
|
"width": 150,
|
|
"id": "address",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "address",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.address))}}"
|
|
},
|
|
"role": {
|
|
"index": 9,
|
|
"width": 150,
|
|
"id": "role",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "role",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.role))}}"
|
|
},
|
|
"dob": {
|
|
"index": 10,
|
|
"width": 150,
|
|
"id": "dob",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "dob",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.dob))}}"
|
|
},
|
|
"phoneNo": {
|
|
"index": 11,
|
|
"width": 150,
|
|
"id": "phoneNo",
|
|
"horizontalAlignment": "LEFT",
|
|
"verticalAlignment": "CENTER",
|
|
"columnType": "text",
|
|
"textSize": "PARAGRAPH",
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"isVisible": true,
|
|
"isDisabled": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"label": "phoneNo",
|
|
"computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.phoneNo))}}"
|
|
}
|
|
},
|
|
"delimiter": ",",
|
|
"key": "45qoe82hkw",
|
|
"derivedColumns": {},
|
|
"rightColumn": 34,
|
|
"textSize": "PARAGRAPH",
|
|
"widgetId": "a65ne6fmyv",
|
|
"isVisibleFilters": true,
|
|
"tableData": "{{select.data}}",
|
|
"isVisible": true,
|
|
"label": "Data",
|
|
"searchKey": "",
|
|
"enableClientSideSearch": true,
|
|
"version": 3,
|
|
"totalRecordsCount": 0,
|
|
"parentId": "0",
|
|
"renderMode": "CANVAS",
|
|
"isLoading": false,
|
|
"horizontalAlignment": "LEFT",
|
|
"isVisibleSearch": true,
|
|
"isVisiblePagination": true,
|
|
"verticalAlignment": "CENTER",
|
|
"columnSizeMap": { "task": 245, "step": 62, "status": 75 }
|
|
}
|
|
]
|
|
},
|
|
"layoutOnLoadActions": [
|
|
[
|
|
{
|
|
"id": "Page1_select",
|
|
"name": "select",
|
|
"confirmBeforeExecute": false,
|
|
"pluginType": "DB",
|
|
"jsonPathKeys": [],
|
|
"timeoutInMillisecond": 10000
|
|
}
|
|
]
|
|
],
|
|
"new": false
|
|
}
|
|
],
|
|
"userPermissions": []
|
|
},
|
|
"publishedPage": {
|
|
"name": "Page1",
|
|
"slug": "page1",
|
|
"layouts": [
|
|
{
|
|
"id": "Page1",
|
|
"userPermissions": [],
|
|
"dsl": {
|
|
"widgetName": "MainContainer",
|
|
"backgroundColor": "none",
|
|
"rightColumn": 1224,
|
|
"snapColumns": 16,
|
|
"detachFromLayout": true,
|
|
"widgetId": "0",
|
|
"topRow": 0,
|
|
"bottomRow": 1254,
|
|
"containerStyle": "none",
|
|
"snapRows": 33,
|
|
"parentRowSpace": 1,
|
|
"type": "CANVAS_WIDGET",
|
|
"canExtend": true,
|
|
"version": 4,
|
|
"minHeight": 1292,
|
|
"parentColumnSpace": 1,
|
|
"dynamicBindingPathList": [],
|
|
"leftColumn": 0,
|
|
"children": []
|
|
},
|
|
"new": false
|
|
}
|
|
],
|
|
"userPermissions": []
|
|
},
|
|
"new": true
|
|
}
|
|
],
|
|
"publishedDefaultPageName": "Page1",
|
|
"unpublishedDefaultPageName": "Page1",
|
|
"actionList": [
|
|
{
|
|
"id": "Page1_select",
|
|
"userPermissions": ["read:actions", "execute:actions", "manage:actions"],
|
|
"gitSyncId": "6244097a7b9ea67ca5365870_624409c27b9ea67ca5365879",
|
|
"pluginType": "DB",
|
|
"pluginId": "postgres-plugin",
|
|
"unpublishedAction": {
|
|
"name": "select",
|
|
"datasource": {
|
|
"id": "Untitled Datasource",
|
|
"userPermissions": [],
|
|
"pluginId": "postgres-plugin",
|
|
"messages": [],
|
|
"isValid": true,
|
|
"new": false
|
|
},
|
|
"pageId": "Page1",
|
|
"actionConfiguration": {
|
|
"timeoutInMillisecond": 10000,
|
|
"paginationType": "NONE",
|
|
"encodeParamsToggle": true,
|
|
"body": "SELECT * FROM users ORDER BY id LIMIT 10;",
|
|
"pluginSpecifiedTemplates": [{ "value": true }]
|
|
},
|
|
"runBehaviour": "ON_PAGE_LOAD",
|
|
"dynamicBindingPathList": [],
|
|
"isValid": true,
|
|
"invalids": [],
|
|
"messages": [],
|
|
"jsonPathKeys": [],
|
|
"confirmBeforeExecute": false,
|
|
"userPermissions": [],
|
|
"validName": "select"
|
|
},
|
|
"publishedAction": {
|
|
"datasource": {
|
|
"userPermissions": [],
|
|
"messages": [],
|
|
"isValid": true,
|
|
"new": true
|
|
},
|
|
"messages": [],
|
|
"confirmBeforeExecute": false,
|
|
"userPermissions": []
|
|
},
|
|
"new": false
|
|
}
|
|
],
|
|
"actionCollectionList": [],
|
|
"invisibleActionFields": {
|
|
"Page1_select": {
|
|
"unpublishedUserSetOnLoad": false,
|
|
"publishedUserSetOnLoad": false
|
|
}
|
|
},
|
|
"editModeTheme": {
|
|
"name": "Classic",
|
|
"displayName": "Classic",
|
|
"new": true,
|
|
"isSystemTheme": true
|
|
},
|
|
"publishedTheme": {
|
|
"name": "Classic",
|
|
"displayName": "Classic",
|
|
"new": true,
|
|
"isSystemTheme": true
|
|
},
|
|
"publishedLayoutmongoEscapedWidgets": {},
|
|
"unpublishedLayoutmongoEscapedWidgets": {}
|
|
}
|