Probably what dragonwize commented here.
My apologies if this is considered a duplicate.
--
Scenario:
Content Type with a Flag.
View with Flags Relationship:
Include only flagged content: Unchecked
Flags Exposed Filter in the View.
Status: Indifferent (Flagged in our example)
Optional: Checked
Remember: Checked
--
Situation 1:
Upon first visiting the View, the Flags Exposed Filter defaults to True.
Correct.
Situation 2:
Flags Exposed Filter value has been changed to False by the user. View works fine.
Upon browsing away and returning to the View, the value is still False.
Correct.
Situation 3:
Flags Exposed Filter value has been set to Any by the user. View works fine.
Upon browsing away and returning to the View, the value is reset to the default (True, in our example).
--
Conclusion:
The value of the Flags Exposed Filter is not being remembered when previously set to Any. Instead, the default value is used the next time the user revisits the view.
--
Thanks in advance for your time and this useful module. =)
Comments
Comment #1
quicksketchYep, rolling back #658400: Exposed filter includes "Any" option when "Optional" is unchecked (Regression bug, revert) as recommended by dragonwise also fixes this issue. Because I'm not working on the 1.x branch of Flag any more, you can work around this problem in 1.x by editing the filter a second time after checking the "Optional" checkbox and the "Any" option will be there the second time you edit.