TWSD-1496-Unable to exclude the port from "bond interface" from webUI

Review Request #1307 — Created Jan. 12, 2026 and submitted — Latest diff uploaded

austin
AVX2
rel_avx_2_7_5
TWSD-1496
lucille, shuinvy

Unable to exclude the port from "bond interface" from webUI

Jira:https://arraynetworks.atlassian.net/jira/software/projects/TWSD/boards/62?jql=assignee%20%3D%20712020%3A64a4a8f2-81d8-4b7a-9664-f9019a720f96&selectedIssue=TWSD-1496
Solution:
- Frontend (bond-bind-port.controller.js):
* Added check for empty string before splitting
* Empty string now correctly converts to empty array []

  • Backend (init.py):
  • Use instance.port directly instead of get_field_dict()
  • Ensures fresh user input is used for port comparison
  • Empty array now properly triggers deletion of all old ports
    Loading...