Skip to content

Conversation

@wjonassen
Copy link
Collaborator

Problem Description

When sorting through platforms on the netlist page, (when you click the transport medium dropdown), it was not sorting properly. It was improperly identifying the transport medium, making it difficult to save the netlist properly.

Fixes #453

Transport medium selection was not working properly. Now the user can properly select transport medium, as well as identify properly when there is a mismatch.

Solution

Added data-elements and divs to the field in the datatable, and identifying them with jquery selectors, rather than lookin at the straight html text.

how you tested the change

manually tested several permutations, going from goes to all three goes variants, as well as going from iridium to goes and goes to iridium with the different transport medium types selected.

Describe what was done to test the change. This section can be left blank
if automated tests demonstrating usage are provided in the PR.

Where the following done:

  • Tests. Check all that apply:
    • Unit tests created or modified that run during ant test.
    • Integration tests created or modified that run during integration testing
      (Formerly called regression tests.)
    • Test procedure descriptions for manual testing
  • Was relevant documentation updated?
  • Were relevant config element (e.g. XML data) updated as appropriate

If you aren't sure leave unchecked and we will help guide you to want needs changing where.

…when editing netlists, as well as saving them.
…when editing netlists, as well as saving them.
@wjonassen wjonassen requested a review from adamkorynta April 10, 2025 15:34
@adamkorynta adamkorynta merged commit 2748f21 into opendcs:main Apr 10, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web GUI - Transport Mediums are not properly being identified on the netlist save page.

2 participants