Add workflow activity, workflow, and hooks for deletion of exported files

on asset trash, purge, and changeUrl.  This is kind of crufty.  :-\
This commit is contained in:
Drake 2006-11-03 01:21:50 +00:00
parent 9a61dd2f38
commit a1120bc987
8 changed files with 266 additions and 2 deletions

View file

@ -0,0 +1,11 @@
package WebGUI::i18n::English::Workflow_Activity_DeleteExportedFiles;
our $I18N = {
'activityName' => {
message => q|Delete Exported Files|,
context => q|The name of this workflow activity.|,
lastUpdated => 1162238122,
},
};
1;