geneontology / noctua-form-legacy

Simple annoton editor workbench for Noctua.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

String added to With/From field in summary table even when nothing entered in the form #57

Closed vanaukenk closed 6 years ago

vanaukenk commented 6 years ago

The summary view at the bottom added a string to the With/From field for a BP annotation even when I didn't enter anything in the form for that field. See the second line in the table:

image

tmushayahama commented 6 years ago

@vanaukenk @krchristie ohh I published that code by mistake (was experimenting). But eventually it will solve this ambiguous problem

image

In this case we don't know which entity is being annotated for cholesterol homeostasis. So we were gonna use with field to store gomodel id value for annotated entity (gp), but not show it to the user. I think we can make a new ticket for this issue and continue discussion there and @thomaspd can explain more