Page MenuHomePhabricator

Flow: Reply button should not be available if a topic is moderated
Closed, ResolvedPublic

Description

On mediawiki.org, moderated topics still have an active Reply button in their titlebar. You can't reply to a hidden/deleted/suppressed topic until you restore it, so the button should be hidden or disabled. Clicking the button does nothing.

I think the back-end knows that Reply is not available, because the Reply link for a moderated topic has no href. But it seems flow_topic_titlebar_content.handlebars always shows a reply link.


Version: master
Severity: normal

Details

Reference
bz67665

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:26 AM
bzimport set Reference to bz67665.
bzimport added a subscriber: Unknown Object (MLST).

A collapsed topic also has an active Reply button that appears to do nothing. I think we want users to expand a collapsed topic before replying to it, otherwise they'll add "First post!" comments.

  • Bug 64984 has been marked as a duplicate of this bug. ***
matthiasmullie claimed this task.

Those have been removed already; issue resolved