netbox-lifecycle icon indicating copy to clipboard operation
netbox-lifecycle copied to clipboard

'list' object has no attribute 'get'

Open mat-ti opened this issue 9 months ago • 1 comments

Plugin version

v1.0.3

NetBox version

v4.0.0

Python version

3.9

Steps to Reproduce

Every step has the same failure:

  • click in the sidebar on "Contract Assignments"
  • click in on Contracts > click on some contract (i.e.: id: 1) > click on tab "Assignments" URL Path: /plugins/lifecycle/contracts/1/devices

Expected Behavior

Get Devices with Contracts assigned

Observed Behavior

URL Paths:

  • /plugins/lifecycle/license/2/assignments
  • /plugins/lifecycle/contract-assignment/
<class 'AttributeError'>

'list' object has no attribute 'get'

Python version: 3.11.9
NetBox version: 4.0.0
Plugins: 
  netbox_lifecycle: 1.0.3

mat-ti avatar May 08 '24 12:05 mat-ti