silverstripe-translatable/code
Niklas Forsdahl 1c40751d51 BUG: double ajax request for page editing in default locale
When editing a page in the default locale, a double ajax request was done for the editing page.
This was caused by no locale-parameter being set in this case, which caused the default locale
parameter to be added and a new ajax request was made due to this. The extra ajax request caused
the loading-animation to appear after the edit page was loaded, which looks weird.
Fixed by doing a redirect immediately the CMSPagesController is loaded and no locale is set, so
that the default locale parameter gets set at this stage.
2012-09-03 11:10:54 +03:00
..
controller BUG: double ajax request for page editing in default locale 2012-09-03 11:10:54 +03:00
forms Correct CSS classes for LanguageDropdownField 2012-08-16 23:30:31 +02:00
model BUG Use new ORM methods (fixes #42) 2012-08-14 11:25:00 +02:00
tasks MINOR Fixed @package 2011-03-23 10:15:23 +13:00