Cloning fields containing special characters #7352

Closed
opened 2025-12-29 20:22:12 +01:00 by adam · 0 comments
Owner

Originally created by @telematiko on GitHub (Dec 14, 2022).

Originally assigned to: @arthanson on GitHub.

NetBox version

v3.3.9

Python version

3.10

Steps to Reproduce

  1. Create new Site with description, example Description with any + special &= characters +
  2. Clone created site

Expected Behavior

Cloned site should have description equals original.

Observed Behavior

The description of the cloned site does not match the original. Special characters or part of the text is truncated according to the GET-method format.
Value of cloned description is Description with any special

Originally created by @telematiko on GitHub (Dec 14, 2022). Originally assigned to: @arthanson on GitHub. ### NetBox version v3.3.9 ### Python version 3.10 ### Steps to Reproduce 1. Create new Site with description, example `Description with any + special &= characters +` 2. Clone created site ### Expected Behavior Cloned site should have description equals original. ### Observed Behavior The description of the cloned site does not match the original. Special characters or part of the text is truncated according to the GET-method format. Value of cloned description is `Description with any special `
adam added the type: bugstatus: accepted labels 2025-12-29 20:22:12 +01:00
adam closed this issue 2025-12-29 20:22:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7352