v3.3-beta1: Typo in CableEditView #6682

Closed
opened 2025-12-29 19:43:54 +01:00 by adam · 1 comment
Owner

Originally created by @mzbroch on GitHub (Jul 18, 2022).

Originally assigned to: @mzbroch on GitHub.

NetBox version

v3.3-beta1

Python version

3.8

Steps to Reproduce

NetBox/dcim/views.py content:

b_type = termination_b.termination._meta.model if termination_a else None

Expected Behavior

b_type depends on termination_b.

Observed Behavior

b_type depends on termination_a.

Originally created by @mzbroch on GitHub (Jul 18, 2022). Originally assigned to: @mzbroch on GitHub. ### NetBox version v3.3-beta1 ### Python version 3.8 ### Steps to Reproduce NetBox/dcim/views.py content: ``` b_type = termination_b.termination._meta.model if termination_a else None ``` ### Expected Behavior b_type depends on termination_b. ### Observed Behavior b_type depends on termination_a.
adam added the type: bugstatus: acceptedbeta labels 2025-12-29 19:43:54 +01:00
adam closed this issue 2025-12-29 19:43:55 +01:00
Author
Owner

@mzbroch commented on GitHub (Jul 18, 2022):

Addressed in #9748

@mzbroch commented on GitHub (Jul 18, 2022): Addressed in #9748
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6682