Display assets, regardless of their status, in the Clipboard and Trash. Fixes bug #11550.

This commit is contained in:
Colin Kuskie 2010-06-22 22:31:07 -07:00
parent 08ee8153b3
commit 05a19ff7b8
3 changed files with 13 additions and 30 deletions

View file

@ -181,6 +181,7 @@ sub getAssetsInClipboard {
{
statesToInclude => ["clipboard"],
returnObjects => 1,
statusToInclude => [qw/approved pending archived/],
whereClause => $limit,
}
);