RockteMQ-AI commented on issue #4887: URL: https://github.com/apache/rocketmq-dashboard/issues/4887#issuecomment-5772567912
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified. The ACL rule tab incorrectly derives the admin badge and principal dropdown from the paginated `users` state instead of the full user directory. **Root Cause:** `web/src/pages/instance/acl.tsx` reads `users` state (paginated, filtered) for both `isAdmin` badge resolution and the principal `Select` options, causing functional blockers when users exceed one page. **Impact:** ACL rule management becomes unusable on instances with >20 users; admin badges disappear based on pagination state. **Severity:** High — functional blocker for multi-page user scenarios **Related PR:** #4882 provides the fix by introducing a separate `userDirectory` state. An automated fix proposal may be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by RockteMQ-AI* -- 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]
