i18n Tree problem

2013-12-01 Thread Lucky1968
When trying to get language dependent values through javascript from a translated tree model I only get the tree spacers without the actual values. In my controller I have: $modelObj = new $model_name(); if($modelObj-actsAs[0] == 'Tree') { $optionslist =

Re: i18n Tree problem

2013-12-01 Thread AD7six
Check the Data that comes back from the dbhttps://github.com/cakephp/cakephp/blob/master/lib/Cake/Model/Behavior/TreeBehavior.php#L386. Either it's missing completely (probably due to the recursive setting used in the find, since translation data is joined in) or the data is in a different