fix 11975 cannot paste threads: Cannot call method isa()
This commit is contained in:
parent
78a4c1295a
commit
93525126a4
3 changed files with 36 additions and 1 deletions
|
|
@ -317,6 +317,7 @@ sub pasteInFork {
|
|||
my ( $process, $args ) = @_;
|
||||
my $session = $process->session;
|
||||
my $self = WebGUI::Asset->new( $session, $args->{assetId} );
|
||||
$session->asset( $self );
|
||||
my @roots = grep { $_ && $_->canEdit }
|
||||
map { WebGUI::Asset->newPending( $session, $_ ) } @{ $args->{list} };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue