fix assetName calls for Asset and Wobject.
This commit is contained in:
parent
8209de7978
commit
2997471b5f
3 changed files with 11 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ use HTML::Packer;
|
|||
|
||||
use Moose;
|
||||
use WebGUI::Definition::Asset;
|
||||
define assetName => 'asset';
|
||||
define assetName => ['asset', 'Asset'];
|
||||
define tableName => 'assetData';
|
||||
define icon => 'assets.gif';
|
||||
property title => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue