aboutcode-org / scancode.io

ScanCode.io is a server to script and automate software composition analysis pipelines with ScanPipe pipelines. This project is sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase/ Google Summer of Code, nexB and others generous sponsors!
https://scancodeio.readthedocs.io
Apache License 2.0
115 stars 85 forks source link

BUG: Conflicting groups checkbox in Add pipeline modal #1353

Closed tdruez closed 2 months ago

tdruez commented 2 months ago

To reproduce:

  1. Create a Project without any pre-selected pipelines (this matters to have the full list displayed in the modal)
  2. Open the "Add pipeline" modal.

Issue: The <input type="checkbox" name="selected_groups" value="StaticResolver" id="id_StaticResolver"> is duplicated.

Screenshot 2024-08-07 at 16 51 28

tdruez commented 2 months ago

Fixed.