messere1 opened a new issue, #1927: URL: https://github.com/apache/rocketmq-dashboard/issues/1927
## Bug description In mock mode, `deleteAclRule(id)` and `deleteAclUser(id)` silently resolve when the requested ID does not exist. The corresponding get/update operations reject missing IDs, and real API deletion surfaces a not-found failure. A stale ACL row can therefore produce a false success message in mock mode even though no mutation occurred. ## Expected behavior Mock ACL deletion should reject unknown rule and user IDs, matching the rest of the service contract and real mode. ## Affected branch `rocketmq-studio` -- 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]
