21493 Posts in 5784 Topics by 2622 members
General Questions
SilverStripe Forums » General Questions » 2 modules with "CustomDecorator extends DataExtension "
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 201 Views |
-
2 modules with "CustomDecorator extends DataExtension "

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
| 201 Views | ||
|
Page:
1
|
Go to Top |

