You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ValWood
I checked the three models listed above and it looks like they are all empty, i.e. no individuals.
I suspect that they're thus not being saved because we have a check in the system by which empty models are not saved.
I'd have to check with @kltm about what's the best thing to do here to delete them.
I'd verify w/@balhoff, but I believe the function BeforeSaveModelValidator in ./minerva-server/src/main/java/org/geneontology/minerva/server/validation/BeforeSaveModelValidator.java handles this logic.
My read of it is, to save, you need:
a title
a contributor
at least one individual ("node")
I don't think that "emptying" a model was ever a considered workflow. Odd that they managed to get saved in the first place; we could add something at some point to sweep those out.
I am trying to flag my out-of-date models as "delete"
I have done this and saved,
But even after reloading, they still look like this on the landing page
when I go back to the model they show as "delete"
The text was updated successfully, but these errors were encountered: