mirror of
https://github.com/apache/superset.git
synced 2026-05-31 05:09:20 +00:00
- UserListModal: drop buggy onChange (isActive vs active field name mismatch); antd FormItem valuePropName binds checkbox automatically - AgGridTable: allow null sortDir through handleColumnHeaderClick so clear-sort events are handled (was dropping null sortDir, leaving stale server sort state) - QueryTable: add user|db to QueryTableQuery Omit list so JSX assignments to q.user/q.db satisfy the declared type - TableView: skip client-side slicing when serverPagination=true (server already returns the current page) - ReportModal: render cronError.description instead of casting the CronError object to ReactNode ([object Object] display bug) - RoleListEditModal.test: replace no-op waitFor(() => Promise.resolve()) with observable findByText waits on hydrated user labels Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>