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

Exception when adding a power outlet to a device type #3275

Closed
benohara opened this issue Jun 21, 2019 · 2 comments
Closed

Exception when adding a power outlet to a device type #3275

benohara opened this issue Jun 21, 2019 · 2 comments
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@benohara
Copy link

benohara commented Jun 21, 2019

Environment

  • Python version: 3.6.8
  • NetBox version: 2.6.0

Steps to Reproduce

  1. On device type, click 'add components' and select 'power outlets'
  2. Add a name (either singular or regex) and click 'create'

Expected Behavior

The device type should be updated with the requested ports

Observed Behavior

The following exception is thrown

<class 'AttributeError'>

'PowerOutletTemplateForm' object has no attribute 'parent'

No ports are created on the 'device type'

This works on 'devices'

@jeremystretch
Copy link
Member

This issue has been closed as it does not conform to one of the provided templates as required by the contributing guide. If you'd like to request that your issue be re-opened, please first update the content so that it matches the appropriate template (this may require rewriting your issue entirely).

@benohara
Copy link
Author

benohara commented Jun 21, 2019

@jeremystretch can you reopen?

@jeremystretch jeremystretch reopened this Jun 21, 2019
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application labels Jun 21, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
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: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants