Closed (fixed)
Project:
OG Workflow
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Reporter:
Created:
29 May 2012 at 08:35 UTC
Updated:
23 Apr 2014 at 15:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Tim-Erwin commentedOk, I'm working on this. Would be nice to get some suggestions on how to attac this, because it's not simply about subtle API changes. Each group type now has its own set of roles. Hence we need to display and account for all roles in all group types (each has its own id). Where and when could I meet a maintainer on IRC?
Comment #2
Tim-Erwin commentedWell, attached you find a patch that makes og_workflow compatible with og-7.x-2.x. Would be great if you could apply soon or give me permission to do so.
The patch also changes the database storage to be equal to the workflow module's behavior: roles are stored as a comma separated list. Otherwise a string like "1234" could mean roles "1", "2", "3", "4" or "12", "34" etc.
Moreover I added documentation and refactored some functions in order to remove duplicate code.
Comment #3
shenzhuxi commentedI've give you the permission for commit to git.
You can create 7.x-2.x branch now.
Comment #4
Tim-Erwin commentedThanks! I created the branch. You can add the new release...