dynamically generate a list of available wobjects. Note that nothing shows up for collaboration since there is not help yet.
This commit is contained in:
parent
756840c292
commit
d26ae790c9
5 changed files with 33 additions and 50 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package WebGUI::Help::IndexedSearch;
|
||||
|
||||
our $HELP = {
|
||||
'search add/edit' => {
|
||||
'indexed search add/edit' => {
|
||||
title => '26',
|
||||
body => '27',
|
||||
related => [
|
||||
|
|
@ -10,12 +10,12 @@ our $HELP = {
|
|||
namespace => 'Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'search template',
|
||||
tag => 'indexed search template',
|
||||
namespace => 'IndexedSearch'
|
||||
}
|
||||
]
|
||||
},
|
||||
'search template' => {
|
||||
'indexed search template' => {
|
||||
title => '29',
|
||||
body => '28',
|
||||
related => [
|
||||
|
|
@ -24,7 +24,7 @@ our $HELP = {
|
|||
namespace => 'Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'search add/edit',
|
||||
tag => 'indexed search add/edit',
|
||||
namespace => 'IndexedSearch'
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue