You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of authors, this enrichment is necessary for the proper parsing of ArchieML content, so this fails visibly. In other cases, it probably fails more silently.
Currently, this blocks the creation of authors, but we should also evaluate how this affects other types.
The text was updated successfully, but these errors were encountered:
When creating a new author, createGdocAndInsertIntoDb calls loadGdocFromGdocBase with an actual class instance. This means Object.assign(gdoc, obj) overrides
_enrichSubclassContent
with the base class default implementation, which fails to run the subcalss enrichment.In the case of authors, this enrichment is necessary for the proper parsing of ArchieML content, so this fails visibly. In other cases, it probably fails more silently.
Currently, this blocks the creation of authors, but we should also evaluate how this affects other types.
The text was updated successfully, but these errors were encountered: