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 => [
|
fields => [
|
||||||
],
|
],
|
||||||
isa => [
|
isa => [
|
||||||
|
{
|
||||||
|
tag => 'pagination template variables',
|
||||||
|
namespace => 'WebGUI'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
namespace => "Asset_SQLReport",
|
namespace => "Asset_SQLReport",
|
||||||
tag => "sql report asset template variables"
|
tag => "sql report asset template variables"
|
||||||
|
|
@ -186,18 +190,10 @@ our $HELP = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
related => [
|
related => [
|
||||||
{
|
|
||||||
tag => 'pagination template variables',
|
|
||||||
namespace => 'WebGUI'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag => 'sql report add/edit',
|
tag => 'sql report add/edit',
|
||||||
namespace => 'Asset_SQLReport'
|
namespace => 'Asset_SQLReport'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
tag => 'wobject template',
|
|
||||||
namespace => 'Asset_Wobject'
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue