fixed: Layout template now gets fixed correctly

This commit is contained in:
Doug Bell 2008-08-21 23:19:34 +00:00
parent b9796f109d
commit b3ad74e267
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
7.6.0
7.5.22
- fixed: Layout template now gets prepared correctly
7.5.21
- fixed: purchase detail screen shows incorrectly in Safari
- Adding span class and ids for styling pagination

View file

@ -175,6 +175,7 @@ sub prepareView {
my %placeHolder;
my $i = 1;
my $template = WebGUI::Asset->new($self->session,$self->get("templateId"),"WebGUI::Asset::Template");
$template->prepare( $self->getMetaDataAsTemplateVariables );
my $templateContent = $template->get("template");
$self->{_viewTemplate} = $template;
my $numPositions = 1;