[BUG] [Go Service]Response code is 404 when request product bundle without version in Get available versions of a product api
Open
@Xiaochao8 is already working on this.
Since Sep 21, 2023.
area/go-service
priority/medium
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
Describe the bug
[BUG] [Go Service]Response code is 404 when request product bundle without version in Get available versions of a product api
To Reproduce
Steps to reproduce the behavior:
- Go to '/translation/products/{productName}/versionlist'
- Input productName= test1 ( under test1 bundle , has no version)
- See response
Expected behavior
{
"response": {
"code": 200,
"message": "OK",
"serverTime": ""
},
"signature": "",
"data": {
"versions": [],
"productName": "test1"
}
}
commit 5466146a03652634432a76a97652b550b9b51e19
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.