Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Batch actions are greyed out in Translations


Go to End


6 Posts   1485 Views

Avatar
theTigerDuck

Community Member, 20 Posts

8 July 2011 at 4:24am

Hi all,

I've updated from 2.3.2 to 2.4.5
As the Topic says all pages are greyed out, if I click on "Batch Actions" on my Translated Pages.

I've:

Translatable :: set_default_locale('de_DE');
Object :: add_extension('SiteConfig', 'Translatable');

in page.php I tried:
$allowed_locales = array(
'de_DE',
'en_US',
'pt_BR',
);
Translatable::set_allowed_locales($allowed_locales); 

but it didn't work.
Batch actions on german (default-language) pages work.

Avatar
Invader_Zim

Community Member, 141 Posts

8 July 2011 at 8:33am

Edited: 08/07/2011 8:34am

Hi,

are there any changes when you add a
Object::add_extension('SiteTree', 'Translatable');
to your _config.php, too?

Cheers

Avatar
theTigerDuck

Community Member, 20 Posts

12 July 2011 at 4:18am

Many thanks for your reply. But no there are no changes.

Avatar
theTigerDuck

Community Member, 20 Posts

14 July 2011 at 1:47am

Still the same Problem. Anyone? Please

Avatar
jand

Community Member, 30 Posts

10 August 2011 at 1:35am

Hi, same problem here. Any ideas?
Thanks
Jan

Avatar
theTigerDuck

Community Member, 20 Posts

10 August 2011 at 4:27am

thanks for "reactivating" my Post. I still have no solution