jokerzsd opened a new pull request, #4198: URL: https://github.com/apache/rocketmq-dashboard/pull/4198
## Summary Fix the cloud instance edit dialog allowing an endpoint edit that the backend silently ignores. ## Problem For cloud (Aliyun/Tencent) instances, the endpoint is resolved from the cloud catalog and cannot be set manually, but the edit dialog rendered the endpoint field as fully editable. Saving reported success without persisting the change. ## Fix Gate the endpoint field like the other vendor-specific fields: disable it and drop the `required` rule for non-APACHE vendors. ## Test plan `cd web && npx tsc -b` passes. Fixes #4176 -- 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]
