Skip to content

Commit

Permalink
- KBDEV-858
Browse files Browse the repository at this point in the history
- Enable deleted records and statements to be viewed
  • Loading branch information
bnguyen-bcgsc committed Jun 11, 2024
1 parent bfff36a commit 6b492db
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 6b492db

Please sign in to comment.