Closed (won't fix)
Project:
Flag
Version:
7.x-2.x-dev
Component:
Flag core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2011 at 07:06 UTC
Updated:
1 Aug 2012 at 10:30 UTC
Currently, I can only set "Flagged" and "Un Flagged" like a on off switch
I am looking for a feature, where, We will have different statuses indicating the processes like
flagged->in process->closed , then we can define reactions in rules
Any once can suggest me something
Comments
Comment #1
joachim commentedThat's outside the scope of flag I'm afraid: the flagging table doesn't even store a value, it just *exists*.
You might want to look at using a field with a list value.
Alternatively, you could maybe chain flags together so flag B is only available when flag A is set, and flagging with B removes flag A. That would be interesting... but perhaps not the best way.