Skip to content

Commit

Permalink
Merge pull request #387 from prabalsingh24/multiple-entities-not-visi…
Browse files Browse the repository at this point in the history
…ble-in-revisionTable

Multiple entities not visible in revision table
  • Loading branch information
MonkeyDo committed Mar 11, 2020
2 parents fe5f226 + 6f85bd2 commit b248c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export async function getAssociatedEntityRevisions(revisions, orm) {
qb.whereIn('id', revisionIDs);
})
.fetchAll({
merge: false,
remove: false,
require: false,
withRelated: [
'data.aliasSet.defaultAlias'
Expand Down

0 comments on commit b248c99

Please sign in to comment.