diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 4f451ee3b..ef2160d79 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -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