sanger/sequencescape

View on GitHub
app/frontend/entrypoints/lane_edit.js

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

    if (
      (asset_qc_state == "passed" && !checkbox_status && external_release) ||
      (asset_qc_state == "failed" && checkbox_status && !external_release)
    ) {
      field.disabled = false;
Severity: Major
Found in app/frontend/entrypoints/lane_edit.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status