Skip to content

Conversation

@ompharate
Copy link
Contributor

fixes #36258

Root Cause

The server_page_length control configuration lacked the validators array that the row_limit control had, specifically missing the legacyValidateInteger validator.

Fix Applied

Added [validators: [legacyValidateInteger] to the server_page_length

Before
Screenshot 2025-11-26 at 4 58 12 PM

After
Screenshot 2025-11-26 at 5 00 42 PM

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • 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

@bito-code-review
Copy link
Contributor

bito-code-review bot commented Nov 26, 2025

Code Review Agent Run #eb5065

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: b4071bd..b4071bd
    • superset-frontend/plugins/plugin-chart-ag-grid-table/src/controlPanel.tsx
    • superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at [email protected].

Documentation & Help

AI Code Review powered by Bito Logo

@dosubot dosubot bot added the change:frontend Requires changing the frontend label Nov 26, 2025
@rusackas
Copy link
Member

This is awesome, thanks! However, perhaps we should use validateInteger rather than the legacy version.

@ompharate
Copy link
Contributor Author

@rusackas
I have replaced legacyValidateInteger with validateInteger in both the Server Page Length and Row Limit controls across both table plugins (plugin-chart-table and plugin-chart-ag-grid-table) to keep the validation consistent.
Could you please review this change?

Screenshot 2025-11-27 at 12 22 14 AM

@rusackas rusackas merged commit 01f0320 into apache:master Nov 28, 2025
68 of 69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change:frontend Requires changing the frontend plugins size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[6.0.0‑RC2] Error tooltip doesn't appear above Server Page Length select when its value isn't integer

2 participants