Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inventory Item view - show child objects on parent #14112

Closed
ITJamie opened this issue Oct 24, 2023 · 1 comment · Fixed by #14217
Closed

Inventory Item view - show child objects on parent #14112

ITJamie opened this issue Oct 24, 2023 · 1 comment · Fixed by #14217
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@ITJamie
Copy link
Contributor

ITJamie commented Oct 24, 2023

NetBox version

v3.6.4

Feature type

Change to existing functionality

Proposed functionality

when viewing an inventory item there should be a table listing child objects of that inventory item

Use case

when documenting inventory items (eg ssd's, in a raid controller) it would be great if the child items showed in a list when viewing the parent inventory item.

Database changes

No response

External dependencies

No response

@ITJamie ITJamie added the type: feature Introduction of new functionality to the application label Oct 24, 2023
@DanSheps
Copy link
Member

This should be fairly trivial to do, we simply need to add a new ObjectChildrenView that filters on the parent.

@jeremystretch jeremystretch added the status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation label Nov 6, 2023
@abhi1693 abhi1693 self-assigned this Nov 8, 2023
@abhi1693 abhi1693 added status: accepted This issue has been accepted for implementation and removed status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation labels Nov 8, 2023
jeremystretch added a commit that referenced this issue Nov 9, 2023
* adds inventory item children view #14112

* Use existing child_items relation

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants