[PR #1652] [MERGED] Fixes #1651: Remove explicit reference to the name field #12243

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1652
Author: @Ichabond
Created: 10/26/2017
Status: Merged
Merged: 10/27/2017
Merged by: @jeremystretch

Base: developHead: develop


📝 Commits (1)

  • 1b5aa67 Remove explicit reference to the name field

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 netbox/templates/dcim/inc/consoleserverport.html (+1 -1)

📄 Description

Fixes:

#1651

Remove the explicit usage of the name field, and let the str method of the ConsoleServerPort class handle the display


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/1652 **Author:** [@Ichabond](https://github.com/Ichabond) **Created:** 10/26/2017 **Status:** ✅ Merged **Merged:** 10/27/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`1b5aa67`](https://github.com/netbox-community/netbox/commit/1b5aa67f5dc7c425cef1223fc039e66149f05fa1) Remove explicit reference to the `name` field ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/dcim/inc/consoleserverport.html` (+1 -1) </details> ### 📄 Description ### Fixes: #1651 <!-- Please include a summary of the proposed changes below. --> Remove the explicit usage of the `name` field, and let the __str__ method of the ConsoleServerPort class handle the display --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:20:26 +01:00
adam closed this issue 2025-12-29 22:20:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12243