So at some point after 7.x-4.0-rc1, it looks like there was code added to rubik_preprocess_form_node() that allows field groups (group_sidebar, group_footer) to move fields into different parts of the page (similar to nodeformcols does).

Unfortunately, if you have both modules installed, the nodeformcols mapping doesn't happen and you end up with a messed up node edit form.

I think it would work well if the mapping tables worked together if both modules are installed. I haven't tested how things would work if you tried to use both the group_sidebar/group_footer and nodeformcols together. My patch does allow for nodeformcols to work properly with regular field groups (not mapped).

CommentFileSizeAuthor
#1 target_map_fails-2249071-1.patch831 bytesjonmcl

Comments

jonmcl’s picture

StatusFileSize
new831 bytes

Possible patch attached.

dgastudio’s picture

Status: Active » Reviewed & tested by the community

tested, works fine.

thank you.

  • Commit 995828f on 7.x-4.x authored by JonMcL:
    Issue #2249071 by JonMcL: Region => target mapping doesn't work when...
haydeniv’s picture

Status: Reviewed & tested by the community » Fixed

Committed Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.