Closed (fixed)
Project:
Fivestar
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
5 Jan 2011 at 15:02 UTC
Updated:
14 Feb 2011 at 17:00 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | multiple_fix.patch | 896 bytes | ericduran |
| field-multiple-value.png | 25.58 KB | shadysamir |
Comments
Comment #1
shadysamir commentedA closer examination showed that fivestar module is responsible for this. When enabled, fields number of values cant be set.
Comment #2
linuxamartillazos commentedsame to me, when enabled module fivestar in drupal 7, i can't set multiple values for content fields.
Comment #3
NathanM commentedAlso confirming this issue.
Comment #4
darin73 commentedAlso confirming this issue.
Comment #5
femrich commentedSame issue.
Comment #6
dgastudio commentedduplicate:
http://drupal.org/node/1008854
Comment #7
ericduran commentedThis is indeed and issue.
This patch fixes the way the alter was implemented to make sure it only happens when on a fivestar field.
Comment #8
ericduran commentedThis has been fix. It'll take a while before its on the latest dev release. Commit : http://drupal.org/cvs?commit=491008
Comment #9
femrich commentedGreat. Will reinstall fivestar when it is committed...
Comment #10
linuxamartillazos commentedproblem is solved in 7.x-2.x-dev. :-)
Comment #11
femrich commentedThanks. So far, so good...