(Matthew Wilson) add AssetAspect/RssFeed. See exportAssetCollateral for a good time.
This commit is contained in:
parent
4e78593395
commit
cf63a4e4f3
10 changed files with 762 additions and 108 deletions
|
|
@ -330,7 +330,12 @@ sub exportAsHtml {
|
|||
$exportSession->close;
|
||||
return ($returnCode, $message);
|
||||
}
|
||||
|
||||
|
||||
# Stash the current session and i18n into the asset so that exportAssetCollateral can
|
||||
# also write informative messages to the output terminal. :)
|
||||
$asset->{ '_masterSession' } = $self->session;
|
||||
$asset->{ '_masteri18n' } = $i18n;
|
||||
|
||||
# next, tell the asset that we're exporting, so that it can export any
|
||||
# of its collateral or other extra data.
|
||||
eval { $asset->exportAssetCollateral($asset->exportGetUrlAsPath, $args) };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue