5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 790 Views |
-
Link to "Page on the site" - shows only tree of default locale

5 May 2010 at 9:33pm
After upgrading to 2.4.0 got following issue: in the CMS, when trying to add link of type "Page on the site" in the "Page" dropdown shows only site tree in default ( Translatable::set_default_locale("en_US"); ) locale, no matter of page locale.
-
Re: Link to "Page on the site" - shows only tree of default locale

5 May 2010 at 10:28pm
Temporary solved with replacing TreeSelectorField.js with an older one, from rc2
-
Re: Link to "Page on the site" - shows only tree of default locale

23 June 2010 at 1:25am Last edited: 23 June 2010 2:38am
Have the same Problem.
What a bug...
Problem is in file TreeSelectorField.js on Line 194 to 195.
The selectorvar localeField = jQuery(this.ownerForm()).find(':input[name=locale],:input[name=Locale],:input[id=Form_EditForm_Locale]');
localeField.val() on line 195 gives back an undefined.
I have commend out both Lines and insert this oneif($('Form_EditForm_Locale')) {ajaxURL += "&locale=" + $('Form_EditForm_Locale').value;}
Now the tree is shown in the right language.
| 790 Views | ||
|
Page:
1
|
Go to Top |


