Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Image controller: don't attempt upload when adopting
When an image is to be adopted, the controller would still attempt to upload content when it observed the image in the queued state after having been created externally. This didn't result in incorrect behaviour because API validation ensures that images for adoption don't specify a source. This meant that no upload could be attempted, but it did result in a spurious error message reported both to the user and in the logs.
- Loading branch information