Forgot a label for the data property.
This commit is contained in:
parent
1473013dc6
commit
199f659d32
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ aspect tableName => 'DataTable';
|
||||||
property data => (
|
property data => (
|
||||||
fieldType => 'DataTable',
|
fieldType => 'DataTable',
|
||||||
default => undef,
|
default => undef,
|
||||||
autoGenerate => 0,
|
label => '',
|
||||||
);
|
);
|
||||||
property templateId => (
|
property templateId => (
|
||||||
tab => "display",
|
tab => "display",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue