123123213weqw opened a new issue, #1330: URL: https://github.com/apache/rocketmq-dashboard/issues/1330
## Problem The database schema allows `rmq_instance.remark` to be null, and the backend can therefore return an instance with a null remark. The web client currently models the field as a required string and calls `localeCompare` directly from the table sorter. Sorting the Remark column can throw when such a record is present. ## Expected behavior - model the remark field as nullable - sort nullable remarks without throwing - display a clear fallback for missing remarks - cover the behavior with a regression test -- 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]
