incubator-devlake
incubator-devlake copied to clipboard
[Bug][Azure DevOps Go] Add new scope config error
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened
For new a project with a new 'Azure DevOps Go' connection, try to add a new Scope Config and get an error page:
What do you expect to happen
Expect to see the 'Add Scope Config' popup window
How to reproduce
- Create a new project
- Create a new Azure DevOps Go connection
- Test connection
- Select repos from the connection
- Open Edit Scope Config Page
- Push the 'Associate Scope Config' link or button
- Push the 'Add New Scope Config' button
- Got an error
Anything else
No response
Version
v1.0.0-beta1@60faf14
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Thanks for reporting, I'll take a look at it.
The problem you are encountering is due to a missing configuration value. The frontend is failing because it cannot read the transformation documentation. The problem is fixed with this commit [2bb8267](https://github.com/apache/incubator-devlake/blob/2bb82679fd65a810e0d16e360d1c5fe4d24e28fd/config-ui/src/release/stable.ts#L33-L39)
@mr-ks - Thank you