Skip to content
Commit 8b44f7b1 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Completely remove comment action types.

Users aren't really able to decide whether they just want to post a
comment or report a problem.  Practice showed that the "problem" action
was used more or less randomly.  So getting rid of it completely.

Removed the whole action-combo and related HTML.  Incorporated some of
the help text into the general commenting help section.

To clean up "action" field from database, run:

    db.comments.update({}, {$unset: {action: 1}}, false, true)
parent 281f2ae1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment