extend Survey help with new features, document Add/Edit Question
This commit is contained in:
parent
05c0a10491
commit
2657e5167e
2 changed files with 94 additions and 7 deletions
|
|
@ -5,10 +5,18 @@ our $HELP = {
|
|||
title => '3',
|
||||
body => '4',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'question add/edit',
|
||||
namespace => 'Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey template',
|
||||
namespace => 'Survey'
|
||||
|
|
@ -31,6 +39,16 @@ our $HELP = {
|
|||
},
|
||||
]
|
||||
},
|
||||
'question add/edit' => {
|
||||
title => '17',
|
||||
body => 'question add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Survey'
|
||||
},
|
||||
]
|
||||
},
|
||||
'survey template' => {
|
||||
title => '88',
|
||||
body => '89',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue