Closed (fixed)
Project:
Field group multiple (D7)
Version:
7.x-1.0-alpha11
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
11 Feb 2012 at 11:39 UTC
Updated:
16 Mar 2012 at 09:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
cezaryrk commentedCan you send me more details, like your field configuration (screenshot of configuration) so i can try to reproduce the bug or the
* the selected group type
* which field types you grouped
* and the cardinality of the fields
Thank you
Comment #2
cezaryrk commentedComment #3
tutumlum commented2 simple text fields I have grouped. I have tried radio buttons and date field at the beginning, it did not work. I have removed radio buttons and date selection, but still not working.
Screen shots are attached for the form, result display, structure, and db records.
Comment #4
cezaryrk commentedI think I maybe know what the problem is, I get the same behaviour in the form when I forget to set the "number of values" in both fields to "unlimited", the values are per default set to "1", so only one value will be saved. Try to change this in the configuration of the two fields.
And because of the display of the node, the group that you create in the form applies not in the display, you must create a additional group under "Manage display" and also group the fields there.
Maybe that is the solution.
I try to fix this cardinality issue in the code, so that the "Add more" Button will be disabled when the maximum amount of values is reached and add an additional information to the form UI which shows how many values depending of group fields configuration can be added. This should enhance the usability of this modul.
Thank you very much for testing, I post an update when the modifications are ready
Comment #5
cezaryrk commentedOkay, I added the modifications to 7.x-1.0-alpha3
Comment #6
cezaryrk commentedComment #7
cezaryrk commentedComment #8
cezaryrk commentedOkay I was a little bit premature in the release creation of alpha10, some major bugs had slipped in.
Sorry for that, the new release is now alpha11.