diff options
author | bobzel <zzzman@gmail.com> | 2020-08-17 15:55:17 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-17 15:55:17 -0400 |
commit | ab89ef62d3f11c11f3f6e7162ca0e112bac1517e (patch) | |
tree | 8c375111e9be03c31e0bf434888784c135ab3037 /src/client/views/DocComponent.tsx | |
parent | 227888ecdd9e83b9a2d99cb93890ae018274ea4d (diff) |
added sort to solr search options. removed delete field assignment when removing Documents. Allowed ToScriptScript and ToString to go through regardless of ACLs
Diffstat (limited to 'src/client/views/DocComponent.tsx')
-rw-r--r-- | src/client/views/DocComponent.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DocComponent.tsx b/src/client/views/DocComponent.tsx index 8c8bb6fde..23ce71c4f 100644 --- a/src/client/views/DocComponent.tsx +++ b/src/client/views/DocComponent.tsx @@ -135,7 +135,6 @@ export function ViewBoxAnnotatableComponent<P extends ViewBoxAnnotatableProps, T toRemove.forEach(doc => { Doc.RemoveDocFromList(targetDataDoc, this.props.fieldKey + "-annotations", doc); recent && Doc.AddDocToList(recent, "data", doc, undefined, true, true); - doc.deleted = true; }); return true; } |