beautyarbutin opened a new pull request, #4473: URL: https://github.com/apache/rocketmq-dashboard/pull/4473
### Which Issue(s) This PR Fixes - Fixes #4465 ### Brief Description Clear Topic and Consumer batch selections whenever the visible query scope changes. This prevents hidden resource names from surviving searches, filters, pagination, or Topic instance switches and being submitted by a later batch-delete action. The selection is intentionally preserved during ordinary reloads so failed items can remain selected after a partially successful deletion. ### How Did You Test This Change? - `cd web && npm test` - 122 test files and 1036 tests passed. - `cd web && npm run lint` - passed with 10 pre-existing warnings in unrelated files and no errors. - `cd web && npm run build` - TypeScript and the Vite production build passed. ### Checklist - [x] One coherent change; unrelated modifications are not bundled in - [x] Commit subject follows Conventional Commits (`feat:` / `fix:` / `refactor:` / `chore:` / `docs:` / `perf:`) - [x] Tests added or updated for non-trivial changes, test methods named `...Test` - [x] New UI text has both Chinese and English entries under `web/src/i18n/` (no new UI text) - [x] Architecture constraints stay green (`mvn test` runs the ArchUnit checks) (no backend changes) - [x] New source files carry the ASF license header (no new source files) - [x] Documentation touched where behaviour changed (README / `docs/` / in-app help) (no documentation change needed) -- 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]
