We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c98a73 + 3c8e2a5 commit 542b229Copy full SHA for 542b229
2 files changed
classes/services/ThothBookService.inc.php
@@ -147,6 +147,7 @@ public function setActive()
147
}
148
149
$originalThothBook = $this->getOriginalThothBook();
150
+ $originalThothBook->setWorkId($this->getRegisteredEntryId());
151
$originalThothBook->setWorkStatus(ThothWork::WORK_STATUS_ACTIVE);
152
$this->repository->edit($originalThothBook);
153
version.xml
@@ -4,7 +4,7 @@
4
<application>thoth</application>
5
<type>plugins.generic</type>
6
<release>0.1.10.3</release>
7
- <date>2025-08-04</date>
+ <date>2025-08-05</date>
8
<lazy-load>1</lazy-load>
9
<class>ThothPlugin</class>
10
</version>
0 commit comments