silverstripe-translatable/code
Niklas Forsdahl 451576f36d BUG: redirect to pages overview not working from page edit view
The redirect to pages overview was not working because the pages overview and page edit views
share the same session namespace, and therefore the checks to see if we need to redirect to
pages overview (i.e. if there is a translated record for the current page) matched also for
the redirected request.

Fixed by checking if we already are on the CMSPagesController before redirecting to it.
2012-09-03 14:40:46 +03:00
..
controller BUG: redirect to pages overview not working from page edit view 2012-09-03 14:40:46 +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