help file for notify admins with open version tag workflow activity
This commit is contained in:
parent
4d52b020de
commit
8eb48e5464
2 changed files with 34 additions and 0 deletions
|
|
@ -0,0 +1,28 @@
|
||||||
|
package WebGUI::Help::Workflow_Activity_NotifyAdminsWithOpenVersionTags;
|
||||||
|
|
||||||
|
our $HELP = {
|
||||||
|
'notify admins with open version tags' => {
|
||||||
|
title => 'activityName',
|
||||||
|
body => 'notify admins with open version tags body',
|
||||||
|
isa => [
|
||||||
|
{
|
||||||
|
namespace => "Workflow_Activity",
|
||||||
|
tag => "add/edit workflow activity"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
fields => [
|
||||||
|
{
|
||||||
|
title => 'days left open label',
|
||||||
|
description => 'days left open hoverhelp',
|
||||||
|
namespace => 'Workflow_Activity_NotifyAdminsWithOpenVersionTags',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
variables => [
|
||||||
|
],
|
||||||
|
related => [
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
1; ##All perl modules must return true
|
||||||
|
|
@ -25,6 +25,12 @@ our $I18N = { ##hashref of hashes
|
||||||
context => q||,
|
context => q||,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'notify admins with open version tags body' => {
|
||||||
|
message => q|<p>This workflow activity sends out a notification to all users who have an uncommitted tag. It only does this if the version tag is empty. The amount of time a version tag is empty is configurable, with a default of 3 days.</p>|,
|
||||||
|
lastUpdated => 1184020073,
|
||||||
|
context => q||,
|
||||||
|
},
|
||||||
|
|
||||||
#If the help file documents an Asset, it must include an assetName key
|
#If the help file documents an Asset, it must include an assetName key
|
||||||
#If the help file documents an Macro, it must include an macroName key
|
#If the help file documents an Macro, it must include an macroName key
|
||||||
#If the help file documents a Workflow Activity, it must include an activityName key
|
#If the help file documents a Workflow Activity, it must include an activityName key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue