None of the field types allow multiple values. Neither for core field types or contrib fields types. Is there a step somewhere to enable that for fields? The only option showing for fields is "Required field" checkbox.

CommentFileSizeAuthor
#7 multiple_fix.patch896 bytesericduran
field-multiple-value.png25.58 KBshadysamir

Comments

shadysamir’s picture

Title: Cant allow multiple values » Causes field multiple values to disappear
Project: Drupal core » Fivestar
Version: 7.0 » 7.x-2.x-dev
Component: field system » Code
Category: support » bug

A closer examination showed that fivestar module is responsible for this. When enabled, fields number of values cant be set.

linuxamartillazos’s picture

Priority: Normal » Major

same to me, when enabled module fivestar in drupal 7, i can't set multiple values for content fields.

NathanM’s picture

Also confirming this issue.

darin73’s picture

Also confirming this issue.

femrich’s picture

Same issue.

dgastudio’s picture

ericduran’s picture

Assigned: Unassigned » ericduran
Status: Active » Needs review
StatusFileSize
new896 bytes

This is indeed and issue.

This patch fixes the way the alter was implemented to make sure it only happens when on a fivestar field.

ericduran’s picture

Status: Needs review » Fixed

This has been fix. It'll take a while before its on the latest dev release. Commit : http://drupal.org/cvs?commit=491008

femrich’s picture

Great. Will reinstall fivestar when it is committed...

linuxamartillazos’s picture

problem is solved in 7.x-2.x-dev. :-)

femrich’s picture

Thanks. So far, so good...

Status: Fixed » Closed (fixed)

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