Jump to:

10389 Posts in 2200 Topics by 1712 members

All other Modules

SilverStripe Forums » All other Modules » Issue: TranslatableModelAdmin Module

Discuss all other Modules here.

Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w

Page: 1
Go to End
Author Topic: 589 Views
  • dswnz
    Avatar
    Community Member
    9 Posts

    Issue: TranslatableModelAdmin Module Link to this post

    I'm having an issue where when creating a new translation for a DataObject that's being Managed with the TranslatableModelAdmin
    returns an unsafe header (see attached screenshot).

    I've enabled the Translation extension for my DataObject

    class Article extends DataObject {
    //..
    static $extensions = array(
    'Translatable'
    );

    //..
    }

    and I've set the Admin class to extend the TranslatableModelAdmin

    class ArticleAdmin extends TranslatableModelAdmin {
    //..
    }

    Any suggestions etc would be fantastic.

    Thanks in advance.

    589 Views
Page: 1
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.