resolving echo in EMS.
started template docs for view project template in PM
This commit is contained in:
parent
cb3de9da8d
commit
6185f07642
4 changed files with 147 additions and 71 deletions
|
|
@ -38,6 +38,14 @@ our $HELP = {
|
|||
tag => 'project add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
tag => 'task edit template',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
tag => 'view project template',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -101,6 +109,18 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'view project template' => {
|
||||
title => 'view project template vars title',
|
||||
body => 'view project template vars body',
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue