Skip to content

Commit

Permalink
Merge pull request #70 from bcgsc/feature/KBDEV-858-show-deleted-records
Browse files Browse the repository at this point in the history
Feature/KBDEV-858 Enable Deleted Records and Statements to be Viewed
  • Loading branch information
elewis2 committed Jun 17, 2024
2 parents bfff36a + 6b492db commit 1f483ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const activeRidQuery = (modelName, rid, opt = {}) => {
const query = parse({
...opt,
filters: { '@this': modelName, operator: OPERATORS.INSTANCEOF },
history: false,
history: true,
target: [rid],
});
return query;
Expand Down

0 comments on commit 1f483ec

Please sign in to comment.