kgcl-rdflib icon indicating copy to clipboard operation
kgcl-rdflib copied to clipboard

Rename calls are agnostic to the `from` value

Open hrshdhgd opened this issue 1 year ago • 0 comments

e.g: Both

  • rename MONDO:0000087 from 'polymicrogyria' to 'polymicrogyria ABCD' and
  • rename MONDO:0000087 from 'foo bar' to 'polymicrogyria ABCD'

yield the correct result of renaming whatever label is for MONDO:0000087. The code currently does not validate the from parameter (polymicrogyria in this case) to be TRUE or no.

hrshdhgd avatar Sep 08 '22 15:09 hrshdhgd