add revisionDate attribute

This commit is contained in:
Colin Kuskie 2010-01-01 19:31:24 -08:00
parent 9ff9f31f14
commit 22ff856027

View file

@ -243,6 +243,11 @@ has assetId => (
lazy => 1,
default => sub { shift->session->id->generate() },
);
property revisionDate => (
is => 'rw',
noFormPost => 1,
fieldType => 'time',
);
has [qw/parentId lineage className
creationDate createdBy
state stateChanged stateChangedBy