Skip to content

Commit

Permalink
pkp/pkp-lib#7885 Added missing state
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed May 8, 2022
1 parent aeef7a3 commit 9fe6f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/DepositPackage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ public function updateDepositStatus() {
case 'received':
$this->_deposit->setLockssReceivedStatus();
break;
case 'inProgress':
case 'syncing':
$this->_deposit->setLockssSyncingStatus();
break;
Expand Down

0 comments on commit 9fe6f44

Please sign in to comment.