Fixed some bad help topic keys, and finished basic docs for
all workflow activities.
This commit is contained in:
parent
23c17851ea
commit
3b5f69c8c7
13 changed files with 232 additions and 1 deletions
28
lib/WebGUI/Help/Workflow_Activity_TrashExpiredEvents.pm
Normal file
28
lib/WebGUI/Help/Workflow_Activity_TrashExpiredEvents.pm
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue