Set aside Asset.pm's update, so we can fallback to using the one in Definition::Role::Object

This commit is contained in:
Colin Kuskie 2009-12-18 14:58:10 -08:00
parent cb9510d9b8
commit 8837185bce

View file

@ -212,7 +212,7 @@ property status => (
property lastModified => (
noFormPost => 1,
fieldType => 'DateTime',
defaultValue => sub { return time() },
defaultValue => sub { return time() },
);
property assetSize => (
noFormPost => 1,
@ -2232,7 +2232,7 @@ to set the keywords for this asset.
=cut
sub update {
sub willWriteDataToDbSomeday {
my $self = shift;
my $requestedProperties = shift;
my $properties = clone($requestedProperties);