yyqdbngt opened a new issue, #1346: URL: https://github.com/apache/rocketmq-dashboard/issues/1346
## Problem `GrafanaDashboardList` stores one `exportingUid` and `AlertRuleAssetList` stores one `exportingName`, but other export buttons remain enabled. If two exports overlap, completion of the first resets the shared value to null and removes the loading indicator from the still-running second export. ## Expected behavior Either prevent concurrent exports or track in-flight exports per item so each button remains accurate until its own request finishes. ## Scope - apply the same ownership model to both bundled-asset lists - add deferred concurrent-export tests -- 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]
