Skip to content

Commit 99c3ef8

Browse files
committed
Fix error with translation unlinking.
1 parent f9eae10 commit 99c3ef8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
- Fix issue with layouts in types endpoint @robgietema
181181
- Fix issue with sharing @robgietema
182182
- Narrow down the `config.blobs` type to only allow 'file' or 'db' @sneridagh
183+
- Fix error with translation unlinking @robgietema
183184

184185
### Internal
185186

src/routes/translations/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default [
6666
);
6767
await document.update(
6868
{
69-
translation_group: null,
69+
translation_group: document.uuid,
7070
},
7171
trx,
7272
);

0 commit comments

Comments
 (0)