Skip to content

Commit

Permalink
Paste assets in the clipboard which are archived.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Sep 19, 2012
1 parent 8aaa37e commit 50c7634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/7.x.x.txt
Expand Up @@ -9,6 +9,7 @@
- fixed ... and the same problem in the Clipboard
- fixed: UpdateAssetSubscribers workflow activity ERRORs if the group cannot be found.
- fixed: EMS has issues showing badges WITHOUT related badge groups.
- fixed: It's okay to paste assets which are archived, because if you don't they stay in the clipboard forever.

7.10.26
- fixed: Template diagnostics when called without a session asset.
Expand Down
3 changes: 2 additions & 1 deletion lib/WebGUI/AssetClipboard.pm
Expand Up @@ -294,7 +294,8 @@ sub paste {
# Update lineage in search index.
my $assetIter = $pastedAsset->getLineageIterator(
['self', 'descendants'], {
statesToInclude => ['clipboard','clipboard-limbo']
statesToInclude => ['clipboard','clipboard-limbo'],
includeArchived => 1,
}
);
while ( 1 ) {
Expand Down

0 comments on commit 50c7634

Please sign in to comment.