Can't delete assignments
tjsaker - September 16, 2009 - 03:24
| Project: | Organic Groups - Multiple Mandatory Groups by Role |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | tjsaker |
| Status: | patch (to be ported) |
Description
Administer > Organic Groups > Multiple mandatory groups by role > Available Groups: Attempting to delete an existing assignment fails with the following error report:
warning: Illegal offset type in unset in C:\Documents and Settings\TJS\My Documents\per\development\workspace-PER\AW\site\sites\all\modules\og_multiple_mandatory_groups_by_role\og_multiple_mandatory_groups_by_role.module on line 783.

#1
The attached patch file fixes the delete issue and other minor issues as follows:
- Can't delete existing assignments
- Assignment process should report the user and group names instead of ID's
To apply the following patch:
- Place it in the module directory
- Shell and cd to the module directory
- Issue patch command: patch < og_multiple_mandatory_groups_by_role.20090915.patch
#2
+1 worked for me