Make revisionDate a standard Moose attribute, instead of a Property.

This commit is contained in:
Colin Kuskie 2010-01-14 09:09:01 -08:00
parent 99083bcb9a
commit 8664d6f6ef

View file

@ -250,10 +250,8 @@ has assetId => (
lazy => 1,
default => sub { shift->session->id->generate() },
);
property revisionDate => (
has revisionDate => (
is => 'rw',
noFormPost => 1,
fieldType => 'time',
);
has [qw/parentId lineage
creationDate createdBy