From 22ff856027a985b33a039d13f6dc743c111f5e32 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 1 Jan 2010 19:31:24 -0800 Subject: [PATCH] add revisionDate attribute --- lib/WebGUI/Asset.pm | 5 +++++ 1 file changed, 5 insertions(+) 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