Set aside Asset.pm's update, so we can fallback to using the one in Definition::Role::Object
This commit is contained in:
parent
cb9510d9b8
commit
8837185bce
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue