-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.6.6
Python version
3.10
Steps to Reproduce
- Navigate to your admin panel at
/admin - Create a nonce object (values do not matter) at
/admin/social_django/nonce/ - From the list page, try to perform a bulk operation on the selected (1 or many) objects
Expected Behavior
The bulk operation should not crash
Observed Behavior
Log:
<class 'ValueError'>
Field 'id' expected a number but got ''.
Python version: 3.8.10
NetBox version: 3.6.6
Plugins:
netbox_demo: 0.3.1
This issue was first seen at Onemind-Services-LLC/netbox-secrets#106 and the temporary fix can be implemented by any plugin developer. However, this will not fix other admin models registered on the backend like django-social-auth.
The issue was due to the implementation of #13963
Here is a potential fix if this issue is not resolved within the core for other plugin developers: Onemind-Services-LLC/netbox-secrets@768fc16
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application