No, it's not a bug.  I returned find('list') to the simple method that
generateList() was originally.  To get i18n working, you probably have
to manually set the recursion level, i.e. find('list',
array('recursive' => 1)).

On Jan 2, 11:59 am, Emmanuel <[EMAIL PROTECTED]> wrote:
> On 2 jan, 16:54, chad <[EMAIL PROTECTED]> wrote:
>
> > //new way of doing the above (does not work... note: subdivision is
> > not a primaryKey)
> > $subdivisions = $this->Listing->find('list', array('fields'=>
> > 'Listing.subdivision, Listing.subdivision',
> > 'order'=>'Listing.subdivision ASC'));
>
> Hello
> i am right looking at the code, and I confirm this, it must be a bug.
> In the class (model.php), the Set::combine do not use the array
> "fields" passed in parameters.
>
> I found another bug, but i don't know how to report it. find('list')
> do not work with i18n!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to