i18n doesn't need .pm at the end of it
This commit is contained in:
parent
edbbb66b28
commit
c9f37ae53d
1 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ use Moose;
|
||||||
use WebGUI::Definition::Asset;
|
use WebGUI::Definition::Asset;
|
||||||
extends 'WebGUI::Asset::Wobject';
|
extends 'WebGUI::Asset::Wobject';
|
||||||
|
|
||||||
define assetName => ['assetName', 'Asset_AssetReport.pm'];
|
define assetName => ['assetName', 'Asset_AssetReport'];
|
||||||
define tableName => 'AssetReport';
|
define tableName => 'AssetReport';
|
||||||
property settings => (
|
property settings => (
|
||||||
tab => 'properties',
|
tab => 'properties',
|
||||||
|
|
@ -36,15 +36,15 @@ property templateId => (
|
||||||
fieldType => "template",
|
fieldType => "template",
|
||||||
namespace => "AssetReport",
|
namespace => "AssetReport",
|
||||||
default => "sJtcUCfn0CVbKdb4QM61Yw",
|
default => "sJtcUCfn0CVbKdb4QM61Yw",
|
||||||
label => ["templateId label", 'Asset_AssetReport.pm'],
|
label => ["templateId label", 'Asset_AssetReport'],
|
||||||
hoverHelp => ["templateId description", 'Asset_AssetReport.pm'],
|
hoverHelp => ["templateId description", 'Asset_AssetReport'],
|
||||||
);
|
);
|
||||||
property paginateAfter => (
|
property paginateAfter => (
|
||||||
tab => 'display',
|
tab => 'display',
|
||||||
fieldType => 'integer',
|
fieldType => 'integer',
|
||||||
default => 25,
|
default => 25,
|
||||||
label => [ 'paginateAfter label' , 'Asset_AssetReport.pm'],
|
label => [ 'paginateAfter label' , 'Asset_AssetReport'],
|
||||||
hoverHelp => [ 'paginateAfter description' , 'Asset_AssetReport.pm'],
|
hoverHelp => [ 'paginateAfter description' , 'Asset_AssetReport'],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue