Commit 20c71d12 authored by rdavis's avatar rdavis
Browse files

Added content field to Document mapping import to ensure tags get re-mapped

parent 62682a8c
......@@ -549,7 +549,8 @@
doc.collection_name,
doc.filename,
doc.name,
doc.title
doc.title,
doc.content
).catch((error) => {
toast.error(error);
return null;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment