Create and Add Another fills description with previous entries #5526

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

Originally created by @sieuwe on GitHub (Oct 18, 2021).

NetBox version

v3.0.7

Python version

3.8

Steps to Reproduce

  1. Create IP range
  2. Enter IP range data including description
  3. Choose 'Create & Add Another'

Expected Behavior

Description should stay empty.

Observed Behavior

Description of new IP Range get's filled with previous Description
If you change the description and click 'Create & Add Another' again, the next one gets filled with ['Description IP range 1', 'Description IP range 2']

Originally created by @sieuwe on GitHub (Oct 18, 2021). ### NetBox version v3.0.7 ### Python version 3.8 ### Steps to Reproduce 1. Create IP range 2. Enter IP range data including description 3. Choose 'Create & Add Another' ### Expected Behavior Description should stay empty. ### Observed Behavior Description of new IP Range get's filled with previous Description If you change the description and click 'Create & Add Another' again, the next one gets filled with ['_Description IP range 1_', '_Description IP range 2_']
adam closed this issue 2025-12-29 19:29:00 +01:00
Author
Owner

@jeremystretch commented on GitHub (Oct 18, 2021):

Description should stay empty.

It is expected that the description will be replicated when cloning an IP range, just as it is for other models which have a description field (circuits, locations, IP addresses, etc.). Granted this is subjective, however the current behavior is consistent with how this feature has always functioned.

@jeremystretch commented on GitHub (Oct 18, 2021): > Description should stay empty. It is expected that the description will be replicated when cloning an IP range, just as it is for other models which have a description field (circuits, locations, IP addresses, etc.). Granted this is subjective, however the current behavior is consistent with how this feature has always functioned.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5526