Skip to content

Commit

Permalink
Merge pull request #496 from bcgov/dev-marshal-AS-4512
Browse files Browse the repository at this point in the history
Redactions not applied in Response Package#4512
  • Loading branch information
aparna-aot authored Sep 28, 2023
2 parents d1feacd + c4c834d commit ffc7ee3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions web/src/components/FOI/Home/Redlining.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,12 @@ const Redlining = React.forwardRef(
);
}
await annotManager.ungroupAnnotations(existingAnnotations);
await annotManager.deleteAnnotations(redactions, {
imported: true,
force: true,
source: "layerchange",
});
await annotManager.hideAnnotations(redactions);
// await annotManager.deleteAnnotations(redactions, {
// imported: true,
// force: true,
// source: "layerchange",
// });
var newAnnots = [];
for (const rect of rects) {
const annot = new annots.RectangleAnnotation();
Expand Down

0 comments on commit ffc7ee3

Please sign in to comment.