Comment 6 for bug 220535

Revision history for this message
Curtis Hovey (sinzui) wrote : Re: Make it possible for admins to hide bug comments

I think I disagree with what is about to be done. Message.visible of the correct is the right place to disable messages. CodeReviewComment and QuestionComment will require separate implementations where only one is desired.

We need a single view for all classes that have an IMessage, and make it accessible to anyone performing CHR. The view exposes the visible property and text_contents (for redaction). The CHR person can navigate to the message where he an see a link to administer the message.

/me had just started a branch to do this when he saw the activity on this bug.