The readme file says "You don't need to (and should not) mix Flag and Flag Note relationships in a View". I have a use case where I believe I need both relationships. In my View, I want to show both the flag link (requiring a flag relationship) and the flag note edit link (requiring a flag note relationship) for each item.
Is this do-able? Am I missing something?
Thanks!
Comments
Comment #1
gunzip commentedI miss what's the point in "show both the flag link and the flag note edit link"
flag note edit link makes sense when the content is already flagged so you shouldn't need a plain flag link.
Comment #2
sdowney2002 commentedOf course, you're correct. Wasn't thinking clearly. Have it figured out now. Thanks!