- rfe: Workflow activity for assigning users to a group

- The prevent proxy cache setting also now sets anti-caching meta tags and
   HTTP headers.
This commit is contained in:
JT Smith 2006-08-16 22:04:59 +00:00
parent 7122e069e6
commit 35db285a67
6 changed files with 181 additions and 8 deletions

View file

@ -0,0 +1,33 @@
package WebGUI::Help::Workflow_Activity_AddUserToGroup;
our $HELP = {
'add user to group' => {
title => 'activityName',
body => 'add user to group body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'group',
description => 'group help',
namespace => 'Workflow_Activity_AddUserToGroup',
},
{
title => 'expire offset',
description => 'expire offset help',
namespace => 'Workflow_Activity_AddUserToGroup',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true