123123213weqw opened a new issue, #2497: URL: https://github.com/apache/rocketmq-dashboard/issues/2497
## Problem The remark is only updated when `StringUtils.hasText(remark)`. When a user submits an empty string to clear the remark, the old remark is kept. Location: `server/src/main/java/org/apache/rocketmq/studio/provider/apache/RocketMQAdminClientImpl.java`. ## Expected behavior Distinguish "field not submitted" from "field submitted empty"; update when the field is non-null and normalize an empty string to null/empty. ## Verification Remark not submitted stays; blank submission clears; new value replaces. -- 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]
