Viewing the changelog of an updated image throws a missing template exception #8464

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

Originally created by @gurretp on GitHub (Aug 14, 2023).

Originally assigned to: @abhi1693 on GitHub.

NetBox version

v3.5.6

Python version

3.8

Steps to Reproduce

  1. add a rack
  2. upload an image for this rack
  3. edit the image and change for a new one
  4. save
  5. click on the changelog of this particular image

Expected Behavior

being able to view the previous image

Observed Behavior

<class 'django.template.exceptions.TemplateDoesNotExist'>

extras/imageattachment.html

Python version: 3.8.16
NetBox version: 3.5.6

Originally created by @gurretp on GitHub (Aug 14, 2023). Originally assigned to: @abhi1693 on GitHub. ### NetBox version v3.5.6 ### Python version 3.8 ### Steps to Reproduce 1. add a rack 2. upload an image for this rack 3. edit the image and change for a new one 4. save 5. click on the changelog of this particular image ### Expected Behavior being able to view the previous image ### Observed Behavior <class 'django.template.exceptions.TemplateDoesNotExist'> extras/imageattachment.html Python version: 3.8.16 NetBox version: 3.5.6
adam added the type: bugstatus: accepted labels 2025-12-29 20:37:07 +01:00
adam closed this issue 2025-12-29 20:37:07 +01:00
Author
Owner

@abhi1693 commented on GitHub (Aug 14, 2023):

This fails even when the image is uploaded for the 1st time. This is because the changelog expects an object view but the image attachments does not have any

@abhi1693 commented on GitHub (Aug 14, 2023): This fails even when the image is uploaded for the 1st time. This is because the changelog expects an object view but the image attachments does not have any
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8464