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

nikathone’s picture

Issue summary: View changes
nikathone’s picture

Issue summary: View changes

kristiaanvandeneynde’s picture

Status: Active » Fixed

Nice catch, thanks! Fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.