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
Will correctly show the annotator in the interface. However, storing the same project to disk again however will result in empty annotator field in the <meta /> tag.
I've fixed this for me by writing Meta.Annotator instead of Meta.AnnotatorFullName in AnnoListFile (see 8455727), but I'm not sure if that will break things elsewhere.
The text was updated successfully, but these errors were encountered:
The "Annotator" meta property is not being stored in the meta field of annotation lists.
I.e., opening a project with a tier like this:
Will correctly show the annotator in the interface. However, storing the same project to disk again however will result in empty annotator field in the
<meta />
tag.I've fixed this for me by writing
Meta.Annotator
instead ofMeta.AnnotatorFullName
in AnnoListFile (see 8455727), but I'm not sure if that will break things elsewhere.The text was updated successfully, but these errors were encountered: