halbritter-lab / gene-curator

Gene Curator is an open-source platform for managing and curating genetic data. It facilitates gene data analysis, entry, and reporting, serving genetics researchers with tools for efficient data handling.
MIT License
5 stars 1 forks source link

Bug: Curation Entity Not Initialized When Modal Loaded with Existing Precuration #108

Closed berntpopp closed 6 months ago

berntpopp commented 7 months ago

Description

When the curation modal is loaded with an existing precuration, the curation entity is not being initialized correctly. This issue affects the ability to view and edit curations that are already in progress.

Steps to Reproduce

  1. Navigate to a gene with existing precuration data.
  2. Click on the "Curate" button to open the curation modal.
  3. Observe that the curation entity related to the existing precuration is not initialized.

Expected Behavior

The curation entity should be initialized with the existing precuration data, allowing the curator to continue editing.

Actual Behavior

The curation entity is not initialized, preventing any further curation actions.

Possible Solution

Acceptance Criteria

berntpopp commented 6 months ago

relates to #107