move pagination variables into SQLReport template isa
This commit is contained in:
parent
1e92bfa386
commit
6215b5d7a7
1 changed files with 4 additions and 8 deletions
|
|
@ -74,6 +74,10 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
isa => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
namespace => "Asset_SQLReport",
|
||||
tag => "sql report asset template variables"
|
||||
|
|
@ -186,18 +190,10 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'sql report add/edit',
|
||||
namespace => 'Asset_SQLReport'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Asset_Wobject'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue