e2corporation commented on issue #2765: URL: https://github.com/apache/incubator-devlake/issues/2765#issuecomment-1224114711
> I think it should be the problem of the following line of code, the 'pipeline' parameter is not passed in. `checkDownloadStatus()` > > https://github.com/apache/incubator-devlake/blob/b81b98d4f039c44ed3dd70b8e76a51a0b06432b2/config-ui/src/pages/blueprints/blueprint-detail.jsx#L228 > >  > > I changed it to `checkDownloadStatus(pipeline)` and it works. > >  Thanks for the reply and for noticing this -- yes this is the main issue `pipeline` var was not injected. This logic is also being slightly re-worked and the variable will be passed as expected. -- 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]
