dnadesign / silverstripe-elemental-virtual

Allows Content Blocks to be reused between pages.
BSD 3-Clause "New" or "Revised" License
7 stars 26 forks source link

Customized Holder template override #35

Closed abdou-ghonim closed 4 years ago

abdou-ghonim commented 4 years ago

Hi, My Customised holder template gets override with the elementhoder_virtuallinked template. and my holder template didn't call at all

I have defined the holder template in the original block as following

private static $controller_template = 'PricingElementHolder';

ScopeyNZ commented 4 years ago

Hi, thanks for taking the time to post to our issue tracker.

The issue tracker is reserved for reporting bugs and we don't provide support via the issue tracker. There are great community support options where you can get help including our forum, Stack Overflow (remember to tag as silverstripe) and even Slack.

Sorry we can't be of more help and good luck resolving your problem!

abdou-ghonim commented 4 years ago

This is a bug

ScopeyNZ commented 4 years ago

Sorry, it wasn't clear that you were unsure what was happening, or have encountered an actual bug. Feel free to reopen, but please provide some expected behaviour versus what's happening, and some steps to reproduce.

Thanks!