I'm currently working on some extension to Organic Groups and I planned to add some settings to the group settings on the node type settings form but realized that my module executes later than Organic Groups.
I know that I can adjust my module to execute after Organic Groups - but a more beautiful solution would be if og_form_node_type_form_alter() respected existing content in $form['og'].
I haven't looked at the other form-modifications in OG so perhaps this is true for other functions as well - anyhow I'm attaching a patch for this function.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | og.module-389508-3_HEAD.patch | 903 bytes | darren oh |
| og_flexible_node_type_form.patch | 489 bytes | voxpelli |
Comments
Comment #1
moshe weitzman commentedCommitted. Thx.
Comment #2
gpk commentedThis causes #405980: Error creating or editing content types.
Comment #3
darren ohQuick fix.
Comment #4
moshe weitzman commentedCommitted. Thanks.