Add basic (like, really, really basic docs) on cleaning file and database caches, caching EMS prereqs.
23 lines
388 B
Perl
23 lines
388 B
Perl
package WebGUI::Help::Workflow_Activity_ArchiveOldThreads;
|
|
|
|
our $HELP = {
|
|
'add/edit archive old threads' => {
|
|
title => 'topicName',
|
|
body => 'archive old threads body',
|
|
isa => [
|
|
{
|
|
namespace => "Workflow_Activity",
|
|
tag => "add/edit workflow activity"
|
|
},
|
|
],
|
|
fields => [
|
|
],
|
|
variables => [
|
|
],
|
|
related => [
|
|
],
|
|
},
|
|
|
|
};
|
|
|
|
1; ##All perl modules must return true
|