paleobot / pbot-dev

Codebase and initial design documents for pbot client
MIT License
2 stars 2 forks source link

Allow delete reference when editing Schema #120

Closed clairecleveland closed 1 year ago

NoisyFlowers commented 1 year ago

The problem observed was that a Schema with two or more References did not display the "X" button for delete those beyond the first.

This is an artifact of old data in the database.

We decided that each Schema can have only one Reference. This was implemented in the recent form update push. Any Schemas in the db that have more than one Reference will behave badly in the new form.

As this is a case that will not arise going forward, once the db is cleaned up, I'm closing this issue.