Hi, thanks for this awesome module!

1. Create a group type
2. Create a global group role.
3. Edit permissions for this group role gives the error message:

messageRecoverable fatal error: Argument 3 passed to group_permission_form() must be an instance of GroupType, null given in group_permission_form() (line 20 of /Users/henrik/Sites/drupal/testa/group/sites/all/modules/group/admin/group.permission.inc).

Same thing happens when I go to a grouptype and create a new groupe role.

No groups are so far created. This was on a clean install with only Entity API and Group modules of the latest dev versions installed.

Many thanks

Comments

kristiaanvandeneynde’s picture

I've recently added type hinting to some function signatures to improve IDE support for other developers. I've had more head aches than joy with them so far. That's what you get for not having automated tests yet :/

Looking into this.

kristiaanvandeneynde’s picture

Status: Active » Fixed

Fixed in latest commit. Either wait for the bot to generate a new dev or get the latest version through git.

  • Commit de9af14 on 7.x-1.x, inheritance by kristiaanvandeneynde:
    Issue #2241147 by hstrindb, kristiaanvandeneynde: Fixed another crash...

Status: Fixed » Closed (fixed)

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