Skip to content

Commit

Permalink
feat(itam): Add a notes field to device types
Browse files Browse the repository at this point in the history
!21 #13
  • Loading branch information
jon-nfc committed Jun 11, 2024
1 parent a02fda8 commit 36d7e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/itam/views/device_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class View(OrganizationPermission, generic.UpdateView):
'id',
'organization',
'is_global',
'model_notes',
]

context_object_name = "device_category"
Expand Down

0 comments on commit 36d7e54

Please sign in to comment.