removed PBtmpl0000000000000003 because it's no longer needed or used
This commit is contained in:
parent
93ba627dd9
commit
9f6a13e022
5 changed files with 11 additions and 13 deletions
|
|
@ -154,7 +154,6 @@ sub view {
|
|||
my $children = $self->getLineage(["children"],{returnObjects=>1,includeOnlyClasses=>["WebGUI::Asset::File","WebGUI::Asset::File::Image"]});
|
||||
foreach my $child (@{$children}) {
|
||||
if (ref $child eq "WebGUI::Asset::File") {
|
||||
$var{"attachment.box"} = $child->getBox;
|
||||
$var{"attachment.icon"} = $child->getFileIconUrl;
|
||||
$var{"attachment.url"} = $child->getFileUrl;
|
||||
$var{"attachment.name"} = $child->get("filename");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue