log asset exports
This commit is contained in:
parent
41c92199ac
commit
a1cd2e3ad7
1 changed files with 2 additions and 0 deletions
|
|
@ -350,6 +350,8 @@ sub exportAsHtml {
|
||||||
$session->db->write( "UPDATE asset SET lastExportedAs = ? WHERE assetId = ?",
|
$session->db->write( "UPDATE asset SET lastExportedAs = ? WHERE assetId = ?",
|
||||||
[ $fullPath, $asset->getId ] );
|
[ $fullPath, $asset->getId ] );
|
||||||
|
|
||||||
|
$self->updateHistory("exported");
|
||||||
|
|
||||||
# tell the user we did this asset correctly
|
# tell the user we did this asset correctly
|
||||||
unless( $quiet ) {
|
unless( $quiet ) {
|
||||||
$session->output->print($i18n->get('done'));
|
$session->output->print($i18n->get('done'));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue