From 8664d6f6efadc1d1c01e77c96956dfa2f8264e17 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 14 Jan 2010 09:09:01 -0800 Subject: [PATCH] Make revisionDate a standard Moose attribute, instead of a Property. --- lib/WebGUI/Asset.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 9a23fe2dc..1c6a09b58 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -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