Delete FAQ 885

Asked by Sam_

Is it an FAQ? I don't see an answer just a question.
https://answers.launchpad.net/ubuntu/+faq/885

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
[LEGACY] Canonical WebOps Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Sam_ (and-sam) said :
#2

If it isn't an faq please remove it, thanks.

Revision history for this message
Curtis Hovey (sinzui) said :
#3

This requires a direct SQL update. The SQL script we used before wont work since this change needs to move the FAQ from a distro to a product. This minor update will work.

UPDATE FAQ
SET
        product = (SELECT id FROM Product WHERE name = 'null'),
        distribution = NULL
WHERE id = 885

Revision history for this message
Tom Haddon (mthaddon) said :
#4

Curtis, is there a bug about not being able to do this through the UI? We're not supposed to run custom SQL for things that can't be done through the UI unless it's an emergency.

Revision history for this message
Curtis Hovey (sinzui) said :
#5
Revision history for this message
Curtis Hovey (sinzui) said :
#6

Most user just reuse the FAQ.

Revision history for this message
Sam_ (and-sam) said :
#7

Thanks for the triage and the bug report. Do I get this right, no one is able to delete an faq, even not members of the answers team?
Curtis what do you mean with reuse, as a normal user I'm not allowed to edit the faq.

Revision history for this message
Curtis Hovey (sinzui) said :
#8

Ubuntu owners (the drivers team) can edit it. They can effectively create an new FAQ by by editing the title and content.

Can you help with this problem?

Provide an answer of your own, or ask Sam_ for more information if necessary.

To post a message you must log in.