ompharate opened a new pull request, #36289:
URL: https://github.com/apache/superset/pull/36289

   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**
   <img width="448" height="270" alt="Screenshot 2025-11-26 at 4 58 12 PM" 
src="https://github.com/user-attachments/assets/ff05b79b-6da2-460d-8715-f7a2b61b00ff";
 />
   
   
   **After**
   <img width="558" height="365" alt="Screenshot 2025-11-26 at 5 00 42 PM" 
src="https://github.com/user-attachments/assets/f15912c7-b318-4a2f-8ca7-12587bd4b064";
 />
   
   
   ### TESTING INSTRUCTIONS
   
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Required feature flags:
   - [x] 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
   


-- 
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]

Reply via email to