usc-isi-i2 / t2wml

Table to Wikidata Mapping Language
MIT License
22 stars 11 forks source link

Create property button disappearing in the annotation menu when the dropdown is shown #643

Open g1eb opened 2 years ago

g1eb commented 2 years ago

If the property was assigned and later removed the create property button disappears and users are only able to select an existing property from the dropdown menu.

g1eb commented 2 years ago

Okay after looking into this I believe I get the flow of what's going on:

  1. create property button only shows up when the selected annotation is not linked to a property.
  2. There is no way to remove linked properties, this was a decision made a while back (maybe to prevent users from removing the tags associated with the created properties?) relevant commit, dated July 6 2021

@kyao what would you recommend in terms of a solution for this? Bring the remove annotation button back?

kyao commented 2 years ago

@g1eb Let's talk tomorrow to find a solution