diff --git a/lib/WebGUI/Help/Workflow_Activity_NotifyAdminsWithOpenVersionTags.pm b/lib/WebGUI/Help/Workflow_Activity_NotifyAdminsWithOpenVersionTags.pm new file mode 100644 index 000000000..8ee51284e --- /dev/null +++ b/lib/WebGUI/Help/Workflow_Activity_NotifyAdminsWithOpenVersionTags.pm @@ -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 diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_NotifyAdminsWithOpenVersionTags.pm b/lib/WebGUI/i18n/English/Workflow_Activity_NotifyAdminsWithOpenVersionTags.pm index b596b8940..e8ef7a7b4 100644 --- a/lib/WebGUI/i18n/English/Workflow_Activity_NotifyAdminsWithOpenVersionTags.pm +++ b/lib/WebGUI/i18n/English/Workflow_Activity_NotifyAdminsWithOpenVersionTags.pm @@ -25,6 +25,12 @@ our $I18N = { ##hashref of hashes context => q||, }, + 'notify admins with open version tags body' => { + message => q|

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.

|, + lastUpdated => 1184020073, + context => q||, + }, + #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 a Workflow Activity, it must include an activityName key