Serialized representation of object in change log does not incldue assigned tags #1902

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

Originally created by @jeremystretch on GitHub (Aug 7, 2018).

Environment

  • Python version: 3.5.2
  • NetBox version: 2.4.0

Steps to Reproduce

  1. Create or edit a site (or other primary object).
  2. Assign one or more tags and save it.
  3. View the object's change log.

Expected Behavior

The change log should display a full representation of the object, including assigned tags.

Observed Behavior

Tags are missing from the serialized representation. This is due to a section of code which was inadvertently disabled prior to the current release.

Originally created by @jeremystretch on GitHub (Aug 7, 2018). ### Environment * Python version: 3.5.2 * NetBox version: 2.4.0 ### Steps to Reproduce 1. Create or edit a site (or other primary object). 2. Assign one or more tags and save it. 3. View the object's change log. ### Expected Behavior The change log should display a full representation of the object, including assigned tags. ### Observed Behavior Tags are missing from the serialized representation. This is due to a section of code which was inadvertently disabled prior to the current release.
adam added the type: bugstatus: accepted labels 2025-12-29 17:20:13 +01:00
adam closed this issue 2025-12-29 17:20:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1902