Fixed some bad help topic keys, and finished basic docs for

all workflow activities.
This commit is contained in:
Colin Kuskie 2006-07-02 05:18:58 +00:00
parent 23c17851ea
commit 3b5f69c8c7
13 changed files with 232 additions and 1 deletions

View file

@ -1,7 +1,7 @@
package WebGUI::Help::Workflow_Activity_SendQueuedMailMessages;
our $HELP = {
'get cs post' => {
'send queued mail messages' => {
title => 'topicName',
body => 'send queued mail messages body',
isa => [

View file

@ -0,0 +1,23 @@
package WebGUI::Help::Workflow_Activity_SummarizePassiveProfileLog;
our $HELP = {
'summarize passive profile log' => {
title => 'topicName',
body => 'summarize passive profile log body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,23 @@
package WebGUI::Help::Workflow_Activity_SyncProfilesToLdap;
our $HELP = {
'sync profiles to ldap' => {
title => 'topicName',
body => 'sync profiles to ldap body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_TrashClipboard;
our $HELP = {
'trash clipboard' => {
title => 'topicName',
body => 'trash clipboard body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'trash after',
description => 'trash after help',
namespace => 'Workflow_Activity_TrashClipboard',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_TrashExpiredEvents;
our $HELP = {
'trash expired events' => {
title => 'topicName',
body => 'trash expired events body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'trash after',
description => 'trash after help',
namespace => 'Asset_Event',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,23 @@
package WebGUI::Help::Workflow_Activity_TrashVersionTag;
our $HELP = {
'trash version tag' => {
title => 'topicName',
body => 'trash version tag body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,23 @@
package WebGUI::Help::Workflow_Activity_UnlockVersionTag;
our $HELP = {
'unlock version tag' => {
title => 'topicName',
body => 'unlock version tag body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true