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
|
|
@ -20,7 +20,7 @@ use WebGUI::Asset;
|
|||
use WebGUI::International;
|
||||
extends 'WebGUI::Asset';
|
||||
define tableName => 'wobject';
|
||||
define assetName => 'Wobject';
|
||||
define assetName => ['Wobject', 'Wobject'];
|
||||
property description => (
|
||||
fieldType => 'HTMLArea',
|
||||
default => undef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue