Closed nsarupr closed 22 hours ago
The changes in this pull request modify the populateExecuteActionDTO
method in the ActionExecutionSolutionCEImpl
class. The primary enhancement is the logic to set the datasourceId
in the ExecuteActionDTO
based on the viewMode
. If viewMode
is TRUE
, the datasourceId
is derived from the publishedAction
; otherwise, it comes from the unpublishedAction
. Additionally, code formatting improvements were made for better clarity, but no new methods or signatures were introduced.
Files | Change Summary |
---|---|
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ActionExecutionSolutionCEImpl.java |
Modified populateExecuteActionDTO to set datasourceId based on viewMode ; improved code formatting. |
Objective | Addressed | Explanation |
---|---|---|
Set datasourceId to executeActionDTO when an action is executed (#37627) | ✅ |
datasourceId
setting.ActionExecuteDTO
, relevant to the class where the main PR's changes occur.🎉 In the code's dance, a new step we see,
WithdatasourceId
, it flows so free!
InviewMode
's light, it finds its way,
Clarity shines, come what may!
Let's celebrate this code's fine art,
A leap forward, a brand new start! 🎊
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Fixes https://github.com/appsmithorg/appsmith/issues/37627
Automation
/ok-to-test tags="@tag.Sanity"
:mag: Cypress test results
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit
New Features
datasourceId
based on the action's context, improving action execution accuracy.Refactor