rusackas opened a new pull request, #37554: URL: https://github.com/apache/superset/pull/37554
### SUMMARY Fixes a consistent misspelling of `validationDependancies` → `validationDependencies` across 3 files (5 occurrences): - `superset-frontend/src/explore/reducers/exploreReducer.js` — interface definition + 2 usages - `superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx` — control config - `superset-frontend/plugins/plugin-chart-ag-grid-table/src/controlPanel.tsx` — control config The property name is only used internally between the control panel configs and the explore reducer, so this rename is safe. No backend references exist. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A — no UI changes. ### TESTING INSTRUCTIONS 1. Open a Table or AG Grid Table chart in Explore 2. Toggle `server_pagination` on/off 3. Verify that the `row_limit` control re-validates (the validation dependency still fires) ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
