Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 May 2014 at 21:20 UTC
Updated:
29 May 2014 at 14:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
devin carlson commentedSince the Commons Content Moderation module provides and employs its own inappropriate_comment and inappropriate_node flags, the new default flags included with the Flag Abuse module should be disabled.
The attached patch adds the ability to alter default flags in Flag 2.x and uses it to disable the default flags provided by the Flag Abuse module. Since the Flag module automatically copies all default views into the database, an update function is provided to refresh the database views, allowing the alterations to take effect.
Comment #3
devin carlson commentedTested #1 with an existing Commons install and verified that the default Flag Abuse flags were disabled.
Comment #4
FunkMonkey commentedThanks Devin. I guess I went the wrong direction with my changes. I'll have to switch it back. I think I can just revert the Commons Moderation feature and remove my overrides.