pruning Workflow and VersionTag help
This commit is contained in:
parent
9c43c79a3a
commit
74498f4490
4 changed files with 3 additions and 309 deletions
|
|
@ -1,132 +0,0 @@
|
|||
package WebGUI::Help::VersionTag;
|
||||
|
||||
our $HELP = {
|
||||
'versions manage' => {
|
||||
title => 'manage version tags',
|
||||
body => 'manage version tags body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'commit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage pending versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'edit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage pending versions' => {
|
||||
title => 'manage pending versions',
|
||||
body => 'manage pending versions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'edit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'commit version tag' => {
|
||||
title => 'commit version tag',
|
||||
body => 'commit version tag body',
|
||||
fields => [
|
||||
{
|
||||
title => 'version tag name',
|
||||
description => 'version tag name description commit',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
{
|
||||
title => 'comments',
|
||||
description => 'comments description commit',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'edit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage committed versions' => {
|
||||
title => 'manage committed versions',
|
||||
body => 'manage committed versions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit version tag' => {
|
||||
title => 'edit version tag',
|
||||
body => 'edit version tag body',
|
||||
fields => [
|
||||
{
|
||||
title => 'version tag name',
|
||||
description => 'version tag name description',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
{
|
||||
title => 'workflow',
|
||||
description => 'workflow help',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
{
|
||||
title => 'group to use',
|
||||
description => 'group to use help',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -1,96 +0,0 @@
|
|||
package WebGUI::Help::Workflow;
|
||||
|
||||
our $HELP = {
|
||||
'manage workflows' => {
|
||||
title => 'manage workflows',
|
||||
body => 'manage workflow help body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'show running workflows',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'show running workflows' => {
|
||||
title => 'show running workflows',
|
||||
body => 'show running workflows body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage workflows',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'add a new workflow' => {
|
||||
title => 'add a new workflow',
|
||||
body => 'add a new workflow body',
|
||||
fields => [
|
||||
{
|
||||
title => 'object type',
|
||||
description => 'object type help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage workflows',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
{
|
||||
tag => 'edit workflow',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit workflow' => {
|
||||
title => 'edit workflow',
|
||||
body => 'edit workflow body',
|
||||
fields => [
|
||||
{
|
||||
title => 'object type',
|
||||
description => 'object type help2',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
{
|
||||
title => 'title',
|
||||
description => 'title help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
{
|
||||
title => 'description',
|
||||
description => 'description help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
{
|
||||
title => 'is enabled',
|
||||
description => 'is enabled help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
{
|
||||
title => 'mode',
|
||||
description => 'mode help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage workflows',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
{
|
||||
tag => 'add a new workflow',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
Loading…
Add table
Add a link
Reference in a new issue