1. I click
create og_node_type: og_nodename
2. og_node is created
but no relationship is created between parent and child.
Is there an issue with Organic groups?
1. I click
create og_node_type: og_nodename
2. og_node is created
but no relationship is created between parent and child.
Is there an issue with Organic groups?
Comments
Comment #1
socialnicheguru commentedComment #2
socialnicheguru commentedis this still an issue- no underscores? I have a slew of them :(
http://drupal.org/node/506364
Comment #3
tbenice commentedlooking at 6.x-1.3, there's no callback whatsoever to add this functionality.
For this to work, hook_form_alter needs to hyjack the node-form submit function, or add an additional submit function, to make the links.
I need this functionality so I'm going to work on this.
Comment #4
tbenice commentedjust tested with 6.x-1.x-dev and a new content type name:test type machine-name: test_type (notice underscore). Seems to work as expected. This was related to underscore in content type issue and was resolved in Nov, 2009. My comment above related to a different question and I'll open a separate issue for that. I'll set this to closed.