Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to clear the project logo #6439

Closed
mcasperson opened this issue Jun 22, 2020 · 3 comments
Closed

Unable to clear the project logo #6439

mcasperson opened this issue Jun 22, 2020 · 3 comments
Labels
area/core feature/usability kind/bug This issue represents a verified problem we are committed to solving state/happening Currently in progress (4/4)

Comments

@mcasperson
Copy link

Are you a customer of Octopus Deploy? Don't raise the issue here. Please contact our support team so we can triage your issue, making sure it's handled appropriately.

Prerequisites

  • [ * ] I have verified the problem exists in the latest version
  • [ * ] I have searched open and closed issues to make sure it isn't already reported
  • [ * ] I have written a descriptive issue title
  • [ * ] I have linked the original source of this report
  • [ * ] I have tagged the issue appropriately (area/*, kind/bug, tag/regression?)

The bug

When a logo has been uploaded to a project, users are unable to clear it due to the "Use Default" button acting like a file upload for the project too.

What I expected to happen

The logo should be cleared.

Screen capture

image

image

Affected versions

Confirmed happening in 2020.2.13 and 2020.1.13 with chrome and firefox.
Works in 2020.1.13 with internet explorer.

Workarounds

  1. Edit the HTML using Chrome tools, and delete the input box element, choose the "default logo" button on the far right, and hit Save

  2. Use the below snippet of API code:

$spaceId="ENTER-SPACE-ID"
$projectId="ENTER-PROJECT-ID"
$header = @{ "X-Octopus-ApiKey" = $octopusAPIKey }
$url = "$OctopusURL/api/$spaceId/projects/$projectid/logo"
Write-Host $url
$result = (Invoke-RestMethod "$OctopusURL/api/$spaceId/projects/$projectid/logo" -Method POST -Headers $header)

Links

Internal link: https://trello.com/c/DGZPb96B/3349-unable-to-clear-a-project-logo
Workaround: https://octopusdeploy.slack.com/archives/CNHBHV2BX/p1591975378195500?thread_ts=1591975307.195400&cid=CNHBHV2BX

@mcasperson mcasperson added kind/bug This issue represents a verified problem we are committed to solving product/noqrfcapacity Do not use this label anymore labels Jun 22, 2020
@kengel100 kengel100 added feature/usability area/core and removed product/noqrfcapacity Do not use this label anymore labels Mar 18, 2021
@mjhilton mjhilton added team/steps state/happening Currently in progress (4/4) labels Feb 11, 2022
@mjhilton
Copy link

This was fixed by @YihaoOct in OctopusDeploy/OctopusDeploy#11297

@mjhilton mjhilton assigned ghost Feb 11, 2022
@ghost
Copy link

ghost commented Feb 11, 2022

@ghost ghost closed this as completed Feb 11, 2022
@Octobob
Copy link
Member

Octobob commented Apr 11, 2022

🎉 The fix for this issue has been released in:

Release stream Release
2022.1 2022.1.1252
2022.2+ all releases

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core feature/usability kind/bug This issue represents a verified problem we are committed to solving state/happening Currently in progress (4/4)
Projects
None yet
Development

No branches or pull requests

4 participants