Active
Project:
Multistep (D7)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Sep 2010 at 14:48 UTC
Updated:
29 Apr 2011 at 07:44 UTC
When using multistep form for OG it is destroy settings for signed groups or even when create is always sign to group 1 (even if this is not a group node).
As you can see on image listed to this issue it it always choose ID 1 - in my cause it is page 'About Us' with is even not a group node. If I use full form there is not a problem so this must be issue of multistep. I will try find where is problem but maybe someone know how to fix it.
| Comment | File | Size | Author |
|---|---|---|---|
| og_groups.png | 12.46 KB | ShadowMonster |
Comments
Comment #1
vkareh commentedI am not able to reproduce this issue. I tested with 6.x-1.5 and 6.x-1.x-dev and it works well in both. Try updating to a newer release and update this post with more information on your configuration for OG if it's still an issue.
Comment #2
JCOFFEY commentedIGNORE - Reposted to change issue settings.
Comment #3
JCOFFEY commentedNo, I'm having the same issues.
Using the user "1", I'm able to go through all 4 /edit pages and post it and have everything be normal.
However, using any other user, who is trying to post it through the OG, once I hit the 3rd multistep /edit/3, everything disappears except for the title and I'm unable to do anything. If I find the unpublished version of it on the Content List and go to Edit, I see that it is now in "Group: About" (coincidence to the above poster). I'm assuming it has to do with the OG NID # and then the Node NID #3, which is causing it to become a part of that group instead.
I'm pretty sure it all lies within the URL and how it progresses through the editing phase. It must be removing the OG NID # and replacing it with the multistep #, causing the node to become a part of whatever node the edit # is.
EXAMPLE
/edit - Fine
/edit/2 - Fine, for me.
/edit/3 - Not fine anymore. The system URL for my About page is node/1 and it changes the OG for the specific node, causing my user who ONLY has OG permissions to not be able to continue editing it because it has been moved to a "non-existant" OG.
Comment #4
JCOFFEY commentedI repeated the process but added a user role to the limited account user which gave it the ability to toggle the form.
I attempted to go through the form normally and it messed up on my 3rd group (or edit/3). I went to View for that node and saw in the bottom that it was in Groups: About. I went back to edit, toggled the form view, and re-checked the OG (which had been deselected). I clicked "Save" and ALL the fields returned. I was able to publish it normally after that. However, when I rechecked it and then toggled back to multistep view, all the fields disappeared again because the OG had been deselected once again. This time at either edit/0 or edit/1.
I'm not a PHP expert so I'm not sure where the multistep code is conflicting with the OG NID # and causing it to be unselected but I'm 99% sure that's where the issue is arising from.
Comment #5
JCOFFEY commentedI deleted all the nodes that might have been conflicting with it and now it just removes the OG Audience and doesn't put the node in a new one, since there are none. It still happened at edit/3 for me however.