RockteMQ-AI commented on issue #4733: URL: https://github.com/apache/rocketmq-dashboard/issues/4733#issuecomment-5758721907
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified. The root cause is clear: - The consumer detail page renders subscription filter modes as raw enum codes (`TAG`, `SQL92`, `CLASS_FILTER`) instead of human-readable labels - The API returns these codes but the frontend does not map them to display-friendly text **Impact:** Users see raw technical codes instead of readable labels. Minor UX issue. **Severity:** Low — cosmetic, no functional impact. A fix PR (#4732) is already available from the reporter. The fix adds proper label mapping for the filter mode values. --- *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]
