- 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:
parent
7122e069e6
commit
35db285a67
6 changed files with 181 additions and 8 deletions
33
lib/WebGUI/Help/Workflow_Activity_AddUserToGroup.pm
Normal file
33
lib/WebGUI/Help/Workflow_Activity_AddUserToGroup.pm
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue