Skip to content

Commit

Permalink
fix(core): load references for internal links in richtext fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Lonkowski committed Aug 11, 2021
1 parent f9384e5 commit f25f7e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/persistence/adapter/knex/KnexContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@ export default class KnexContent implements ContentAdapter {
);
}
}
if (value.type === "richtext") {
hasInverseRefs = true;
}
});
});

Expand Down

0 comments on commit f25f7e1

Please sign in to comment.