BUG: with the enforcement of allowed_actions in 3.2 getLocaleForObject was being blocked

This commit is contained in:
Kirk Mayo 2013-07-12 16:08:20 +12:00
parent f4a7488fcc
commit 0d9bee0a64
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
* @package translatable
*/
class LanguageDropdownField extends GroupedDropdownField {
public static $allowed_actions = array(
'getLocaleForObject'
);
/**
* Create a new LanguageDropdownField