Drop session from get data generated by exportAssetData
This commit is contained in:
parent
4c3b615f7a
commit
8be35923e4
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ Converts all the properties of this asset into a hash reference and then returns
|
|||
sub exportAssetData {
|
||||
my $self = shift;
|
||||
my %data = %{$self->get};
|
||||
delete $data{'session'};
|
||||
my %hash = ( properties => \%data, storage=>[] );
|
||||
return \%hash;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue