Active
Project:
OG User Roles
Version:
6.x-4.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2010 at 21:37 UTC
Updated:
13 Jan 2011 at 14:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
capellicI spent a good chunk of time researching this and decided that the module would need an overhaul for this to work. To go from a single value setting to a non-to-many was no easy task.
The results of my overhaul are attached. No, it's not a proper patch submission - I first want to get an understanding from the maintainer if this is a patch that is desired.
In the attached zip:
1. The original files have the "ORIG" suffix. (This is based on the 6.x-4.1 version.)
2. The database table changes required me removing the primary key and instead using a key across all fields. While those changes have been made to the install file, no other changes have -- beware.
3. I have not made any changes to files in the test directory.
If someone wants to run with this and get the install file shaped up and also update the testing files, that would be great. As for an upgrade path, data shouldn't be a problem. I think all that's needed is what I've done in #2 above.