tests revealed i missed one. yay tests!
This commit is contained in:
parent
f57ce0c9a6
commit
1b83072a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ sub importAssetData {
|
|||
&& $properties{'status'} ne 'pending' ) {
|
||||
delete $properties{status};
|
||||
}
|
||||
$error->info("Updating an existing revision of asset $id");
|
||||
$log->info("Updating an existing revision of asset $id");
|
||||
$asset->update(\%properties);
|
||||
##Pending assets are assigned a new version tag
|
||||
if ($properties{status} eq 'pending') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue