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

View File

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