RockteMQ-AI commented on issue #4819:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/4819#issuecomment-5770207100

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   This is a valid UI bug. The root cause is clear: `Ops.tsx` re-runs 
`fetchFailedMessage` on language change and unconditionally resets the 
NameServer selection via `setSelectedNamesrv(data.currentNamesrv)`, discarding 
any unsaved user selection.
   
   **Root Cause:** Same pattern as #4590 (BrokerCluster.tsx fix) — the setter 
should be guarded so it only falls back when the current selection no longer 
exists in the refreshed list.
   
   **Impact:** Low-medium — UX regression on the Ops page; no data loss, but 
operator workflow is disrupted.
   
   **Severity:** Medium
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by github-manager*


-- 
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]

Reply via email to