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

2 modules with "CustomDecorator extends DataExtension "


Go to End


771 Views

Avatar
JonShutt

Community Member, 244 Posts

13 September 2012 at 9:50am

Hi,

I've written two modules, both use "class CustomDecorator* extends DataExtension { "

* both use different names here

But when I add "Object::add_extension('Page','CustomDecorator');" to the config file, I can only get one module to run. If I add both, Silverstripe picks up the modules, adds the required JS and CSS etc in the init function, but only runs the INDEX function on one of the modules.

Is there something I'm doing wrong here?

Jon