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

   ## Problem
   
   `normalizeRule` and `normalizeUser` in `web/src/pages/instance/acl.tsx` 
replace a missing `createdAt` with `new Date().toISOString()`. Records with 
unavailable timestamps are therefore displayed as if they were created when the 
page loaded.
   
   ## Expected behavior
   
   Model the timestamp as optional and render an unavailable fallback without 
inventing operational history.
   
   ## Scope
   
   - remove the current-time fallback for rules and users
   - make sorting/formatting null-safe
   - add regression coverage for missing timestamps
   


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