Files
superset2/superset-frontend/plugins
Mehmet Salih Yavuz e3f3212644 fix(frontend): address review feedback on react 18 PR
- 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>
2026-04-14 18:06:15 +03:00
..