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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: