auyua9 opened a new pull request, #66964: URL: https://github.com/apache/airflow/pull/66964
Preserve multi-column XCom sorting across the table URL state and API request. Summary: - keep repeated `sort` search params when serializing table state - map every XCom sorting entry into the API `orderBy` list - keep the existing `task_display_name` to `task_id` mapping for each sort entry Tests: - `./node_modules/.bin/vitest run src/components/DataTable/searchParams.test.ts src/pages/XCom/orderBy.test.ts` - `./node_modules/.bin/eslint --quiet src/components/DataTable/searchParams.test.ts src/components/DataTable/searchParams.ts src/pages/XCom/XCom.tsx src/pages/XCom/orderBy.test.ts src/pages/XCom/orderBy.ts` - `./node_modules/.bin/tsc -p tsconfig.app.json --noEmit` - `git diff --check` --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes (please specify the tool below) Generated-by: OpenAI Codex, following the guidelines. -- 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]
