Display assets, regardless of their status, in the Clipboard and Trash. Fixes bug #11550.
This commit is contained in:
parent
08ee8153b3
commit
05a19ff7b8
3 changed files with 13 additions and 30 deletions
|
|
@ -181,6 +181,7 @@ sub getAssetsInClipboard {
|
|||
{
|
||||
statesToInclude => ["clipboard"],
|
||||
returnObjects => 1,
|
||||
statusToInclude => [qw/approved pending archived/],
|
||||
whereClause => $limit,
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue