Fix POD, condense Asset attributes. A test for tableName in the constructor.
This commit is contained in:
parent
e1be2f9319
commit
456eb6f39a
3 changed files with 8 additions and 14 deletions
|
|
@ -55,16 +55,8 @@ sub property_meta {
|
|||
return 'WebGUI::Definition::Meta::Property::Asset';
|
||||
}
|
||||
|
||||
has 'tableName' => (
|
||||
is => 'rw',
|
||||
);
|
||||
|
||||
has 'icon' => (
|
||||
is => 'rw',
|
||||
);
|
||||
|
||||
has 'assetName' => (
|
||||
is => 'rw',
|
||||
has [ qw{tableName icon assetName} ] => (
|
||||
is => 'rw',
|
||||
);
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue