Trying to create a 'multi-select menu' field in a flexinode type produces the following error message in 4.7.0 - beta 3:

Fatal error: Call to undefined function: form_textfield() in /home/v/c/vcommunityaab/public_html/modules/flexinode/contrib/field_multiselect.inc on line 77

Comments

karens’s picture

Status: Active » Needs review
StatusFileSize
new2.66 KB

I have created a patch for multiselect so it works in 4.7. It requires the patch I previously submitted which is needed to add any fields in 4.7 (see http://drupal.org/node/49279).

karens’s picture

StatusFileSize
new4.27 KB

And here is the patched copy of multi-select for those who aren't able to apply patches.

marcoBauli’s picture

many thanks man, the patch worked for me on 4.7.0b6! thx

Patrick Nelson’s picture

Works for me too but empty fields are produced at the bottom of a list if you don't use them all.

Bèr Kessels’s picture

Version: » 4.6.x-1.x-dev

@Patric, that was a drupal core bug.

Can anyone confirm that this is now solved in this issue?

Bèr Kessels’s picture

Version: 4.6.x-1.x-dev » master
Component: Code » Field types
zach harkey’s picture

Had same problem - confirmed working with current CVS