Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe(
{ tags: ["@tag.Widget", "@tag.List"] },
() => {
it("1. nested list - inner widget should have access to currentItem, currentIndex, currentView and level_1", () => {
agHelper.AddDsl("Listv2/nestedList.json");
agHelper.AddDsl("Listv2/nestedList");
// Open the property pane of button in the inner list widget
EditorNavigation.SelectEntityByName("Button3", EntityType.Widget, {}, [
"List1",
Expand Down
23 changes: 1 addition & 22 deletions app/client/cypress/fixtures/CMSdsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1409,26 +1409,5 @@
"width": 506
}
]
},
"layoutOnLoadActions": [
[
{
"id": "619ca92fd3208212f819cfdb",
"name": "get_data",
"pluginType": "API",
"jsonPathKeys": [],
"timeoutInMillisecond": 10000
}
],
[
{
"id": "619cbfd3d3208212f819d04c",
"name": "send_mail",
"pluginType": "API",
"jsonPathKeys": ["content.text", "subject.text", "to_input.text"],
"timeoutInMillisecond": 10000
}
]
],
"new": false
}
}
3 changes: 1 addition & 2 deletions app/client/cypress/fixtures/ChartTextDsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,5 @@
"widgetId": "gtsbf2q08n"
}
]
},
"layoutOnLoadActions": []
}
}
3 changes: 1 addition & 2 deletions app/client/cypress/fixtures/Js_toggle_dsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,5 @@
"dynamicBindingPathList": []
}
]
},
"layoutOnLoadActions": []
}
}
3 changes: 1 addition & 2 deletions app/client/cypress/fixtures/Mapdsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,5 @@
"widgetId": "2q5e9wr5vi"
}
]
},
"layoutOnLoadActions": []
}
}
3 changes: 1 addition & 2 deletions app/client/cypress/fixtures/PageLoadDsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@
"dynamicBindingPathList": []
}
]
},
"layoutOnLoadActions": []
}
}
40 changes: 1 addition & 39 deletions app/client/cypress/fixtures/PgAdmindsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3366,43 +3366,5 @@
"width": 476
}
]
},
"layoutOnLoadActions": [
[
{
"id": "618a1d972bd3790c06a8744a",
"name": "get_schema",
"pluginType": "DB",
"jsonPathKeys": [],
"timeoutInMillisecond": 10000
},
{
"id": "618a1d9f2bd3790c06a8744b",
"name": "get_tables",
"pluginType": "DB",
"jsonPathKeys": ["schema_select.selectedOptionValue || \"public\""],
"timeoutInMillisecond": 10000
},
{
"id": "618cd7424c4a6f71a2723404",
"name": "get_table_col_schema",
"pluginType": "DB",
"jsonPathKeys": [],
"timeoutInMillisecond": 10000
}
],
[
{
"id": "618a1dad2bd3790c06a8744c",
"name": "get_columns",
"pluginType": "DB",
"jsonPathKeys": [
"List1.selectedItem.tablename",
"schema_select.selectedOptionValue"
],
"timeoutInMillisecond": 10000
}
]
],
"new": false
}
}
3 changes: 1 addition & 2 deletions app/client/cypress/fixtures/SimpleBinding.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@
]
}
]
},
"layoutOnLoadActions": []
}
}
3 changes: 1 addition & 2 deletions app/client/cypress/fixtures/TextTableV2dsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,5 @@
"widgetId": "l5lvm9yd4e"
}
]
},
"layoutOnLoadActions": []
}
}
3 changes: 1 addition & 2 deletions app/client/cypress/fixtures/TextTabledsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,5 @@
"widgetId": "l5lvm9yd4e"
}
]
},
"layoutOnLoadActions": []
}
}
8 changes: 2 additions & 6 deletions app/client/cypress/fixtures/anvilButtonWidget.json
Original file line number Diff line number Diff line change
Expand Up @@ -2664,9 +2664,5 @@
}
}
]
},
"layoutOnLoadActions": [],
"layoutOnLoadActionErrors": [],
"id": "666a987c0b846c72d3af7fad",
"userPermissions": []
}
}
}
8 changes: 2 additions & 6 deletions app/client/cypress/fixtures/anvilIconButtonWidget.json
Original file line number Diff line number Diff line change
Expand Up @@ -2359,9 +2359,5 @@
}
}
]
},
"layoutOnLoadActions": [],
"layoutOnLoadActionErrors": [],
"id": "666a987c0b846c72d3af7fad",
"userPermissions": []
}
}
}
8 changes: 2 additions & 6 deletions app/client/cypress/fixtures/anvilInlineButtonWidget.json
Original file line number Diff line number Diff line change
Expand Up @@ -2617,9 +2617,5 @@
}
}
]
},
"layoutOnLoadActions": [],
"layoutOnLoadActionErrors": [],
"id": "66740df8578c385615a3d38a",
"userPermissions": []
}
}
}
8 changes: 2 additions & 6 deletions app/client/cypress/fixtures/anvilToolbarButtonWidget.json
Original file line number Diff line number Diff line change
Expand Up @@ -3002,9 +3002,5 @@
}
}
]
},
"layoutOnLoadActions": [],
"layoutOnLoadActionErrors": [],
"id": "666a987c0b846c72d3af7fad",
"userPermissions": []
}
}
}
12 changes: 1 addition & 11 deletions app/client/cypress/fixtures/commondsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,15 +501,5 @@
]
}
]
},
"layoutOnLoadActions": [
[
{
"id": "5e906ba76e910873a331b648",
"name": "UsersApi",
"pluginType": "API",
"jsonPathKeys": []
}
]
]
}
}
5 changes: 1 addition & 4 deletions app/client/cypress/fixtures/displayWidgetDsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,5 @@
"parentId": "0"
}
]
},
"layoutOnLoadActions": []
}
}


3 changes: 1 addition & 2 deletions app/client/cypress/fixtures/formdsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,5 @@
]
}
]
},
"layoutOnLoadActions": []
}
}
5 changes: 1 addition & 4 deletions app/client/cypress/fixtures/layoutdsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,5 @@
"widgetId": "47gso3f7ll"
}
]
},
"layoutOnLoadActions": []
}
}


28 changes: 2 additions & 26 deletions app/client/cypress/fixtures/publishedModeToastToggleDsl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"id": "64746c35c8cae423b46bf2b0",
"userPermissions": [],
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
Expand Down Expand Up @@ -251,27 +249,5 @@
"placement": "CENTER"
}
]
},
"layoutOnLoadActions": [
[
{
"id": "64746c35c8cae423b46bf2b3",
"name": "Incorrect_users",
"confirmBeforeExecute": false,
"pluginType": "API",
"jsonPathKeys": [],
"timeoutInMillisecond": 10000
},
{
"id": "64746c35c8cae423b46bf2b2",
"name": "Correct_users",
"confirmBeforeExecute": false,
"pluginType": "API",
"jsonPathKeys": [],
"timeoutInMillisecond": 10000
}
]
],
"layoutOnLoadActionErrors": [],
"new": false
}
}
}
6 changes: 2 additions & 4 deletions app/client/cypress/fixtures/slashcommandDsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,5 @@
"key": "bo6od6bb73"
}
]
},
"layoutOnLoadActions": [],
"new": false
}
}
}