fixed: Layout template now gets fixed correctly
This commit is contained in:
parent
b9796f109d
commit
b3ad74e267
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue