I have added a 'featured' flag on a node type, with the flag being on the node edit form. I am attempting to create a view that filters on the featured flag. I add a flag relationship to the view display, select the flag in question, and choose that it can be flagged by 'any user.' Then I get a validation error that seems unrelated to flag I added:

"You must pick a flag to use for the relationship "Flags: (Please select a flag) by current user"."

I'd include an export of my view, but I can't save it with the validation error...

Any ideas? Is this a bug or am I doing something wrong?

Comments

Anonymous’s picture

Version: 7.x-2.0-beta5 » 7.x-2.x-dev
Category: support » bug
Priority: Major » Minor

I'm getting this error when I try to add a Flags relationship and set "This panel pane (override)". Try setting your relationship to "All displays", uncheck "Include only flagged content" and then add a filter for un/flagged content as per usual.

Perhaps the pane override option should be taken out of the configuration form in case of Flags relationships. But that may require custom code for Flags in Views/Ctools, unless there is an override option for the overrides dropdown.

BeaPower’s picture

I am having this problem, but even with #1 - this issue doesnt resolve

quicksketch’s picture