Hi,
I just notice that there is a bug (may be typo) in gprofile_entity_property_info() http://cgit.drupalcode.org/group/tree/modules/gprofile/gprofile.entity.i... that line should be
$profile = &$info['gprofile']['properties'] instead of
$profile = &$info['GProfile']['properties'] otherwise the property fields for the gprofile are not being loaded by views. I can submit a patch but it seems straight forward as a fix. Let me know if you need it.
By the way great module and easy to use. Keep the good work.
Thanks
Comments
Comment #1
nikathoneComment #2
nikathoneComment #4
kristiaanvandeneyndeNice catch, thanks! Fixed.