Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotator meta property not stored #434

Open
jankolkmeier opened this issue Feb 18, 2020 · 0 comments
Open

Annotator meta property not stored #434

jankolkmeier opened this issue Feb 18, 2020 · 0 comments

Comments

@jankolkmeier
Copy link

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:

<?xml version="1.0" ?>
<annotation ssi-v="3">
    <info ftype="ASCII" size="3" />
    <meta annotator="JAN" role="b"/>
    <scheme name="..." type="DISCRETE"  color="#FFEBEBEB">
        <... />
    </scheme>
</annotation>

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant