add missing docs for workflow activity
This commit is contained in:
parent
23a73e8862
commit
89d48adad2
3 changed files with 41 additions and 1 deletions
23
lib/WebGUI/Help/Workflow_Activity_SyncProfileToLdap.pm
Normal file
23
lib/WebGUI/Help/Workflow_Activity_SyncProfileToLdap.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
package WebGUI::Help::Workflow_Activity_SyncProfileToLdap;
|
||||||
|
|
||||||
|
our $HELP = {
|
||||||
|
'sync profile to ldap' => {
|
||||||
|
title => 'activityName',
|
||||||
|
body => 'sync profile to ldap body',
|
||||||
|
isa => [
|
||||||
|
{
|
||||||
|
namespace => "Workflow_Activity",
|
||||||
|
tag => "add/edit workflow activity"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
fields => [
|
||||||
|
],
|
||||||
|
variables => [
|
||||||
|
],
|
||||||
|
related => [
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
1; ##All perl modules must return true
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
package WebGUI::i18n::English::Workflow_Activity_SyncProfileToLdap;
|
||||||
|
|
||||||
|
our $I18N = {
|
||||||
|
'activityName' => {
|
||||||
|
message => q|Sync Profile To LDAP|,
|
||||||
|
context => q|The name of this workflow activity.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'sync profiles to ldap body' => {
|
||||||
|
message => q|<p>This workflow activity will synchronize the profile of one user configured for LDAP authentication. Note that this only comes from LDAP and goes to WebGUI and not the other direction.</p>|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
1;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue