looks like adding a .info file isn't all that was required to port this to 5.x core + OG. ;) the elements show up on the followup form, but they're not being saved when you submit the follow-up. seems as though i must dig deeply into the 5.x OG code and get this working again...

CommentFileSizeAuthor
#2 140951_update_project_update_og.patch888 bytesgreggles

Comments

greggles’s picture

Confirmed. From reading the code it looks like one of the goals of this module was to prevent issues from losing their group affiliation. I'm not 100% certain, but a quick test of that aspect (as uid 1) seemed to show that a private issue inside of a group stays private from people outside the group after posting a comment.

So...the "only" piece to worry about is this changing the audience form.

greggles’s picture

Status: Active » Needs review
StatusFileSize
new888 bytes

Changing from public<->private seems like a new feature to me. I don't really see code related to it in the current module.

For my needs and I think a reasonable assumption for the module, groups and projects are tied heavily 1-1.

The attached patch fixes this problem for that 1-1 use case.

greggles’s picture

Status: Needs review » Active

Actually, the patch I posted is totally wrong for this issue :)

It should be posted over on #173639: Project nodes as OG: keeping project* content associated with both project and group.

dww’s picture

Assigned: dww » Unassigned
Category: bug » feature
Priority: Critical » Normal

Based on #962446: 1-1 requirement (for now) this is more of a feature request than a bug. It might actually be better handled via #962554: Support for Organic Group in fact...