Closes #21228: Add image attachments support to RackType model #481

Closed
opened 2026-04-05 16:35:12 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @adionit7 on 1/23/2026

Summary

Enable image attachments for the RackType model, similar to other models like DeviceType, ModuleType, Site, and Location.

Changes:

  • Add ImageAttachmentsMixin to RackType model
  • Add ImageAttachmentsMixin to RackTypeType GraphQL type
  • Add ImageAttachmentFilterMixin to RackTypeFilter GraphQL filter

Fixes #21228

*Originally created by @adionit7 on 1/23/2026* ## Summary Enable image attachments for the RackType model, similar to other models like DeviceType, ModuleType, Site, and Location. ### Changes: - Add `ImageAttachmentsMixin` to `RackType` model - Add `ImageAttachmentsMixin` to `RackTypeType` GraphQL type - Add `ImageAttachmentFilterMixin` to `RackTypeFilter` GraphQL filter Fixes #21228
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#481