Hi,

I have a CCK field of type addresses. This field is unlimited and when you save more than one addresses the country not check the "top_" countries. I have patch my addresses.settings.inc with the attach patch.

The problem was that the element validation of the form of country only validate one value.

Greetings.

CommentFileSizeAuthor
addresses.settings.inc_.diff2.01 KBjncruces
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

AlexisWilke’s picture

Status: Active » Postponed (maintainer needs more info)

Hi offenSuse,

It looks like I already applied a fix fore that problem as we can see in this patch:

http://drupalcode.org/project/addresses.git/blobdiff/9b6f852e393b2f29447...

It looks like you should not handle all the fields in one go, but instead, as required, but for sure not just '0' as the former author first used.

If you could try with that version (i.e. the 6.x-1.x-dev version) and see if you can reproduce the problem you first had, it would be great!

Thank you.
Alexis Wilke