fixing a bug reported by smoke tests
This commit is contained in:
parent
47afbb0138
commit
8f544a2fa9
1 changed files with 1 additions and 2 deletions
|
|
@ -173,10 +173,9 @@ sub processPropertiesFromFormPost {
|
|||
#-------------------------------------------------------------------
|
||||
sub view {
|
||||
my $self = shift;
|
||||
my %vars = $self->get();
|
||||
my %vars = %{$self->get()};
|
||||
my $templateId = $self->get("templateId");
|
||||
my $children = $self->getLineage( ["children"], { returnObjects=>1, excludeClasses=>["WebGUI::Asset::Wobject::Layout","WebGUI::Asset::Wobject::Dashboard"] });
|
||||
my %vars;
|
||||
# I'm sure there's a more efficient way to do this. We'll figure it out someday.
|
||||
my @positions = split(/\./,$self->getContentPositions);
|
||||
my @hidden = split("\n",$self->get("assetsToHide"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue