Get pending assets for cleanup.
This commit is contained in:
parent
4fb7933e34
commit
0d2ac6a858
1 changed files with 4 additions and 0 deletions
|
|
@ -812,6 +812,10 @@ Example call:
|
|||
my ($class, $ident) = @_;
|
||||
return $class->new($CLASS->session, $ident);
|
||||
},
|
||||
'WebGUI::Asset' => sub {
|
||||
my ($class, $ident) = @_;
|
||||
return WebGUI::Asset->newPending($CLASS->session, $ident);
|
||||
},
|
||||
'WebGUI::Storage' => sub {
|
||||
my ($class, $ident) = @_;
|
||||
return WebGUI::Storage->get($CLASS->session, $ident);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue