working on asset definition
This commit is contained in:
parent
1bd76f9442
commit
6be6aee8c1
4 changed files with 244 additions and 283 deletions
|
|
@ -138,7 +138,7 @@ sub importAssetData {
|
|||
WebGUI::Asset->loadModule( $self->session, $class );
|
||||
|
||||
my $asset;
|
||||
my $revisionExists = WebGUI::Asset->assetExists($self->session, $id, $class, $version);
|
||||
my $revisionExists = WebGUI::Asset->new($self->session, $id, $class, $version);
|
||||
my %properties = %{ $data->{properties} };
|
||||
if ($options->{inheritPermissions}) {
|
||||
delete $properties{ownerUserId};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue