Closed (fixed)
Project:
Flag
Version:
7.x-2.0
Component:
Rules integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2013 at 10:57 UTC
Updated:
21 May 2013 at 11:40 UTC
Hi,
I have a content that can be flagged in 3 different ways:
- Accept
- Reject
- More information
I need to disable "Reject" and "More information" when a node has been flagged, under "Accept". Is it possible?
Thanks!
Comments
Comment #1
joachim commentedIt really sounds like you need one flag rather than three!
Comment #2
dromansab commentedBut a flag can have only two status... I need at least 3
Comment #3
joachim commentedYup -- you're bending Flag beyond what it's meant to do.
I would look at having a single flag with a field on it to describe the status. Or indeed, just a field, and use Edit module to expose it.
Comment #4
dddave commentedI think #3 is sufficient.