Fixed a bug in the generation of related help for the list of Macros. Macro names with all caps returned a help topic name with a space at the end.

Another batch of Activity docs.
This commit is contained in:
Colin Kuskie 2006-07-02 02:38:16 +00:00
parent d27b3c24b6
commit 3d77b2451a
10 changed files with 175 additions and 1 deletions

View file

@ -0,0 +1,38 @@
package WebGUI::Help::Workflow_Activity_NotifyAboutUser;
our $HELP = {
'notify about user' => {
title => 'topicName',
body => 'notify about user body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'to',
description => 'to help',
namespace => 'Workflow_Activity_NotifyAboutUser',
},
{
title => 'subject',
description => 'subject help',
namespace => 'Workflow_Activity_NotifyAboutUser',
},
{
title => 'message',
description => 'message help',
namespace => 'Workflow_Activity_NotifyAboutUser',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true