Files
superset2/tests/unit_tests
Amin Ghadersohi cabf10a730 fix(mcp): accept empty reorder and harden native filter config parsing
CodeAnt review:
- The request validator rejected an explicit empty reorder list because it
  used a falsy check; the payload builder already treats reorder is not None
  as an operation. Align the validator (check reorder is None) so
  {"reorder": []} is a valid no-op operation.
- native_filter_configuration could be a non-list or contain non-dict items,
  crashing payload building on conf["id"]/conf.get(...). Filter to dict
  entries in _current_native_filter_config.
Add regression tests and two helper docstrings flagged in review.
2026-06-29 17:31:33 +00:00
..
2024-05-29 19:04:37 -07:00
2024-05-29 19:04:37 -07:00
2025-09-12 09:21:37 +01:00