Thank you grigri for your help!!! I'll submit a ticket.
On Oct 9, 1:22 pm, grigri <[EMAIL PROTECTED]> wrote:
> I see... looking through the translate behavior code, it seems that
> the translate joins are added directly via the the joins[] query
> parameter; which bypasses the normal joined models.
>
> As a temporary workaround, I'd suggest doing this:
>
> $this->User->find('all',array('recursive'=>-1, 'fields' =>
> array('User.*')));
> (or defining the fields you need)
>
> Submit a ticket to trac. I'm sure the fix is easy (wrapping lines
> 117-128 with a condition on 'recursive' - although both the model's
> property and the query parameter will have to be taken into
> consideration); although I'm not familiar with the translate test
> cases so I'm not sure how hard it would be to write a test case to
> prove your point.
>
> hth
> grigri
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---