Skip to content

Commit

Permalink
Merge branch 'master' into BB-768
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyDo authored Jun 4, 2024
2 parents ac5d9b7 + dac72ad commit 87d5560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/routes/entity/entity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ export async function indexAutoCreatedEditionGroup(orm, newEdition, transacting)
transacting,
withRelated: 'aliasSet.aliases'
});
await search.indexEntity(editionGroup.toJSON({omitPivot: true}));
await search.indexEntity(editionGroup);
}
catch (err) {
log.error('Could not reindex edition group after edition creation:', err);
Expand Down

0 comments on commit 87d5560

Please sign in to comment.