Make revisionDate a standard Moose attribute, instead of a Property.
This commit is contained in:
parent
99083bcb9a
commit
8664d6f6ef
1 changed files with 1 additions and 3 deletions
|
|
@ -250,10 +250,8 @@ has assetId => (
|
||||||
lazy => 1,
|
lazy => 1,
|
||||||
default => sub { shift->session->id->generate() },
|
default => sub { shift->session->id->generate() },
|
||||||
);
|
);
|
||||||
property revisionDate => (
|
has revisionDate => (
|
||||||
is => 'rw',
|
is => 'rw',
|
||||||
noFormPost => 1,
|
|
||||||
fieldType => 'time',
|
|
||||||
);
|
);
|
||||||
has [qw/parentId lineage
|
has [qw/parentId lineage
|
||||||
creationDate createdBy
|
creationDate createdBy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue