add revisionDate attribute
This commit is contained in:
parent
9ff9f31f14
commit
22ff856027
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue