Aias00 opened a new issue, #782:
URL: https://github.com/apache/rocketmq-dashboard/issues/782

   ### Problem
   
   On the rocketmq-studio branch, the message detail modal has a `重新发送` button 
for normal messages. The click handler does not call any backend API; it only 
shows `消息重新发送成功(模拟)`.
   
   This can mislead users into thinking a real resend operation was submitted, 
while no message resend request has been sent.
   
   ### Evidence
   
   - `web/src/pages/instance/message.tsx` defines `handleResend()` as a local 
`message.success(消息重新发送成功(模拟))` call.
   - There is no corresponding normal-message resend API in 
`web/src/api/message.ts` or the Studio backend message controller. The only 
resend API currently present is the DLQ resend endpoint.
   
   ### Expected behavior
   
   Until a real normal-message resend API is implemented, the message detail 
modal should not show a successful resend result. The action should be disabled 
or otherwise clearly marked unavailable.
   
   ### Scope
   
   This is in the RocketMQ Studio scope for BASE-01 / message query and resend 
behavior. The proposed fix is a small UI hardening change and does not 
implement the full normal-message resend provider.


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