File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
- fixed ... and the same problem in the Clipboard
10
10
- fixed: UpdateAssetSubscribers workflow activity ERRORs if the group cannot be found.
11
11
- fixed: EMS has issues showing badges WITHOUT related badge groups.
12
+ - fixed: It's okay to paste assets which are archived, because if you don't they stay in the clipboard forever.
12
13
13
14
7.10.26
14
15
- fixed: Template diagnostics when called without a session asset.
Original file line number Diff line number Diff line change @@ -294,7 +294,8 @@ sub paste {
294
294
# Update lineage in search index.
295
295
my $assetIter = $pastedAsset -> getLineageIterator(
296
296
[' self' , ' descendants' ], {
297
- statesToInclude => [' clipboard' ,' clipboard-limbo' ]
297
+ statesToInclude => [' clipboard' ,' clipboard-limbo' ],
298
+ includeArchived => 1,
298
299
}
299
300
);
300
301
while ( 1 ) {
You can’t perform that action at this time.
0 commit comments