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
When creating a new box, in select existing samples mode or upload CSV mode if there is an error in the form (for example if the user doesn't select a purpose or a media) the information about the samples is lost. This provokes that the user needs to define all the information about the batches/samples again, from scratch.
Before saving:
After saving:
This does not happen in select samples from inventory mode, where the information is correctly kept.
We should keep the information of the work done in the form in these other two modes as well.
The text was updated successfully, but these errors were encountered:
@leandroradusky@devduarte That's a bug. It was implemented. Looking at boxes/_form.haml we do pass @box_form.samples_data to the SamplesSelector React component that does render all the samples it receives in this.props.samples.
When creating a new box, in
select existing samples
mode orupload CSV
mode if there is an error in the form (for example if the user doesn't select a purpose or a media) the information about the samples is lost. This provokes that the user needs to define all the information about the batches/samples again, from scratch.Before saving:
After saving:
This does not happen in
select samples from inventory
mode, where the information is correctly kept.We should keep the information of the work done in the form in these other two modes as well.
The text was updated successfully, but these errors were encountered: