statonlab / tripal_manage_analyses

GNU General Public License v3.0
0 stars 1 forks source link

Multiple Analyses per Organism #119

Open Ferrisx4 opened 4 months ago

Ferrisx4 commented 4 months ago

While this module defines the cardinality of the local__analysis_browser to be 1, somehow i5k's database got into the state where multiple analyses are tied to the same organism. I don't think there is any reason to not have this field be unlimited in cardinality (FIELD_CARDINALITY_UNLIMITED), so I'm going to make it so.

Currently this causes an issue when editing an organism and the classic "error occurred while handling an error" situation arises. This circumvents the original error that is mishandled, allowing organisms to be edited again.