RockteMQ-AI commented on issue #4274: URL: https://github.com/apache/rocketmq-dashboard/issues/4274#issuecomment-5655088509
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The issue is valid. When blanking a NameServer registry entry's description, k8s namespace, or k8s id, the save API reports success but the previous value persists. This is likely caused by the backend treating empty strings as "no change" during the update, or by the frontend sending `null`/empty values that the backend ignores. The fix should ensure that empty string values are properly persisted as updates, not treated as "skip this field." --- *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]
