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

Unarchive question/dashboard/etc in one click from the "We're a little lost..." page #10987

Closed
CyrilVinot opened this issue Sep 25, 2019 · 1 comment
Labels
Milestone

Comments

@CyrilVinot
Copy link

CyrilVinot commented Sep 25, 2019

Is your feature request related to a problem? Please describe.
I'm always frustrated when I open the page of a question (https://alan-metabase.herokuapp.com/question/<card_id>) that turns out to be archived and I cannot :

  • see the name and description of the question anymore
  • unarchive the question in a click (looks like going to the /archive page which is far from easy to use, or using the API are the only options)

Describe the solution you'd like
I want to be able to unarchive a question in a click from the question's page
I also think it's useful to show more on the page of an archived questions (at least the name and description which can be handy to give some context on the question)

How important is this feature to you?
We are offensively archiving deprecated questions to keep a 'clean' Metabase. Sometimes we end up mistakenly archiving questions that are still useful. For this to work efficiently we need every contributor to be able to easily recover archived questions.

⬇️ Please click the 👍 reaction instead of leaving a +1 or update? comment

@haydn
Copy link
Contributor

haydn commented Apr 7, 2021

Here's a bit of a workaround for anyone trying to work out what the name of an archived question is:

  1. Open the page for the archived question (http://<YOUR METABASE INSTANCE>/question/<CARD ID>).
  2. Pop open the browser developer tools.
  3. Go to the Network tab and refresh the page.
  4. Select the XHR request to /api/card/<CARD ID>.

You should see some JSON content in the Preview or Response tab that includes a name field.

@flamber flamber changed the title Unarchive question in one click from the question's page Unarchive question/dashboard/etc in one click from the "We're a little lost..." page Jun 18, 2021
@flamber flamber removed the Type:UX label Nov 13, 2021
@flamber flamber added Organization/Trash Where deleted items go and removed Organization/Saved Questions labels Oct 31, 2022
@luizarakaki luizarakaki added this to the 0.50 milestone May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants