-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Widget names binding in the building block's queries #34230
Conversation
…ion function for better modularity and readability.
- Import necessary action types and selectors - Extract actions from API response and pass to pasteBuildingBlockWidgetsSaga - Update widget names in new queries - Add newly added actions to Redux store and save via API call
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
This PR is no longer needed as its changes are accomodated here: #34248 |
Description
This pull request adds new properties to the
ImportBuildingBlockToApplicationResponse
interface. The new properties includenewActionList
,actionCollectionList
,datasourceList
, andcustomJSLibList
. These properties are used to store additional data related to the import of building blocks to an application.Add APPEND_ACTION_AFTER_BUILDING_BLOCK_DROP action type and handler
This pull request adds a new action type and handler for
APPEND_ACTION_AFTER_BUILDING_BLOCK_DROP
. This action type is used to append an action after a building block is dropped in the application. The handler function updates the Redux store with the new action and saves it via an API call.Refactor ActionSagas: Reorganize imports and extract apiCallToSaveAction function for better modularity and readability.
This pull request refactors the
ActionSagas
file by reorganizing imports and extracting theapiCallToSaveAction
function. This improves modularity and readability of the code.Add handling for newly added actions in BuildingBlockAdditionSagas
Fixes #34237
or
Fixes
Issue URL
Warning
If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.
Automation
/ok-to-test tags=""
🔍 Cypress test results
Caution
If you modify the content in this section, you are likely to disrupt the CI result for your PR.
Communication
Should the DevRel and Marketing teams inform users about this change?