Skip to content

Commit 542b229

Browse files
Merge pull request #44 from lepidus/stable-3_3_0
fix/corrects book update after registration (OMP 3.3.0)
2 parents 8c98a73 + 3c8e2a5 commit 542b229

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

classes/services/ThothBookService.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public function setActive()
147147
}
148148

149149
$originalThothBook = $this->getOriginalThothBook();
150+
$originalThothBook->setWorkId($this->getRegisteredEntryId());
150151
$originalThothBook->setWorkStatus(ThothWork::WORK_STATUS_ACTIVE);
151152
$this->repository->edit($originalThothBook);
152153
}

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<application>thoth</application>
55
<type>plugins.generic</type>
66
<release>0.1.10.3</release>
7-
<date>2025-08-04</date>
7+
<date>2025-08-05</date>
88
<lazy-load>1</lazy-load>
99
<class>ThothPlugin</class>
1010
</version>

0 commit comments

Comments
 (0)