PromucFlow_constructor/app/client/src/workers
Anand Srinivasan c2a6e089db
fix: passing params from JS to API/SQL query (#10826)
* Revert "fix: revert this.params solution (#10322)"

This reverts commit 2bcd73e41d.

* replace 'this.params' with 'executionParams'

* replace 'this?.params' also with 'executionParams'

* fix unit test lint errors

* added unit tests for params handling

* evaluateActionBindings unit test - add default value case

* comments update

* remove un-necessary `executionparams` assigment to `evalTree`
2022-02-04 17:58:46 +05:30
..
Actions.test.ts Fix action.run signature check (#10214) 2022-01-06 13:51:53 +00:00
Actions.ts Fix action.run signature check (#10214) 2022-01-06 13:51:53 +00:00
ast.test.ts feat: Syntax parsing through AST (#9115) 2021-12-02 15:33:43 +05:30
ast.ts feat: Add support for custom 'this' and 'global' variables during evaluation (#9651) 2021-12-14 14:00:43 +05:30
constants.ts feat: Syntax parsing through AST (#9115) 2021-12-02 15:33:43 +05:30
DataTreeEvaluator.test.ts fix: passing params from JS to API/SQL query (#10826) 2022-02-04 17:58:46 +05:30
DataTreeEvaluator.ts fix: passing params from JS to API/SQL query (#10826) 2022-02-04 17:58:46 +05:30
evaluate.test.ts fix: passing params from JS to API/SQL query (#10826) 2022-02-04 17:58:46 +05:30
evaluate.ts fix: passing params from JS to API/SQL query (#10826) 2022-02-04 17:58:46 +05:30
evaluation.test.ts fix: Add meta to eval cycle and update it when default changes (#10401) 2022-01-28 16:40:05 +05:30
evaluation.worker.ts fix: Add meta to eval cycle and update it when default changes (#10401) 2022-01-28 16:40:05 +05:30
evaluationSubstitution.test.ts fix: Single binding sql query causing prepared statement issue (#7792) 2021-10-01 21:05:05 +05:30
evaluationSubstitution.ts fix: Single binding sql query causing prepared statement issue (#7792) 2021-10-01 21:05:05 +05:30
evaluationUtils.test.ts fix: Remove private widgets from autocompletion (#10535) 2022-01-21 13:08:40 +01:00
evaluationUtils.ts fix: Race condition issue of meta reducer update (#10837) 2022-02-04 17:52:25 +05:30
formEval.ts feat: 5705 entity selector component (#10400) 2022-01-18 07:10:58 +00:00
lint.ts fix: show lint warning when unused variable is present in code (#10599) 2022-01-28 09:18:19 +01:00
PromisifyAction.test.ts feat: Native promises support in Appsmith (#8988) 2021-12-23 14:17:20 +00:00
PromisifyAction.ts feat: Native promises support in Appsmith (#8988) 2021-12-23 14:17:20 +00:00
validations.test.ts fix: Default date to remain empty value when binding value is empty (#9823) 2021-12-23 21:21:28 +05:30
validations.ts fix: passing params from JS to API/SQL query (#10826) 2022-02-04 17:58:46 +05:30