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:
parent
9a61dd2f38
commit
a1120bc987
8 changed files with 266 additions and 2 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue