charmhub install action of refresh returns track only for effective-channel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snap Store Server |
New
|
Undecided
|
Unassigned |
Bug Description
Charms without a default channel are returning a risk only for the effective-channel with the install action of refresh. This creates an ambiguous response.
$ curl -s https:/
{
"error-list": [],
"results": [
...
},
"
"id": "DksXQKAQTZfsUm
"
"name": "ubuntu",
"
"result": "install"
}
]
}
$ curl -s https:/
{
"error-list": [],
"results": [
{
...
"
"id": "DksXQKAQTZfsUm
"
"name": "ubuntu",
"
"result": "install"
}
]
}
Not a problem is the charm has a default channel:
curl -s https:/
{
"error-list": [],
"results": [
{
...
"
"id": "CjjVf4bSJGT6rK
"
"name": "mysql-router",
"
"result": "install"
}
]
}
tags: | added: charmhub |