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 multiple users use the same database concurrently on a shared network drive:
Issue with "samples" source:
user A selects samples with the sample modules
when user B selects samples --> selected variant lists is changed for user A without obvious visual cues except total number of variants
Same issue with "current_samples" source:
user A double clicks on a sample, a genotype columns appears and "current_samples" is changed
when user B double clicks on a sample: for user A, the genotype column stays the same but variant selection changed, without obvious visual cues except total number of variants
Currently, we deal with the issue by recommanding users to use manually created sources instead of those features.
The text was updated successfully, but these errors were encountered:
- Add 'selected_samples' state to prevent Genotype based queries from failing due to too many SQLite clause terms
- Pass it to querybuilder
- Log message instead of letting the unrecoverable error occur
- Fix group by widget related issues
- Fix report related issues
- Update tests
When multiple users use the same database concurrently on a shared network drive:
Issue with "samples" source:
Same issue with "current_samples" source:
Currently, we deal with the issue by recommanding users to use manually created sources instead of those features.
The text was updated successfully, but these errors were encountered: