Skip to content

In mcns_annotate_body protect = TRUE not working #29

Description

@mmc46

protect = TRUE in mcns_annotate_body is not preventing the change of fields that are already filled in.
"prot_true" got changed to "prot_true2" even though the field was already filled.

mcns_body_annotations(ids = 825541)
  bodyid entry_nerve manc_type root_side         status superclass     user  auto
1 825541      MesoLN prot_true         R Sensory Anchor    sensory Scuderil FALSE

mcns_annotate_body(data.frame(bodyid = 825541, manc_type = "prot_true2"), protect = TRUE, test = FALSE)

mcns_body_annotations(ids = 825541)
  bodyid entry_nerve  manc_type root_side         status superclass     user  auto
1 825541      MesoLN prot_true2         R Sensory Anchor    sensory Scuderil FALSE

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions