I'm having a little problem with the Views integration of Agreement. I'm not totally sure if maybe this is even intended, but to me it looks like an unexpected behaviour:
when I add the "User: Agreement date" to my view every row that has no agreement date set gets stripped out of the result list.
I'd expect views to show these rows with an empty agreement field, just as Views does with every other field that's empty.
Is this a bug and if, any suggestions how to fix it?
Thanks,
klickreflex
Comments
Comment #1
pagaille commentedYou are right - it was set to only show those users who have an agreement. This will be fixed in the next release (coming very soon). In the meantime if you are feeling adventurous you can change line 196 in agreement.module from
'type' => 'inner',to
'type' => 'left',Comment #2
pagaille commentedThis has been fixed in release 6.x-2.2.