The following API endpoints:
/api/v1/ipam/ip-address/<id>/
/api/v1/ipam/subnet/<id>/
Are failing when using the latest version of openwisp-users, with the error:
Organization not found, `organization_field` not implemented correctly.
However, the bug is not showing in tests, so I'm puzzled by this and I would like to know if anyone can confirm this.
PS: it may happen when using non super users (is_superuser=False).
Similar issues already resolved in other modules:
openwisp/openwisp-controller#1093
openwisp/openwisp-controller#1110
The following API endpoints:
/api/v1/ipam/ip-address/<id>//api/v1/ipam/subnet/<id>/Are failing when using the latest version of openwisp-users, with the error:
However, the bug is not showing in tests, so I'm puzzled by this and I would like to know if anyone can confirm this.
PS: it may happen when using non super users (
is_superuser=False).Similar issues already resolved in other modules:
openwisp/openwisp-controller#1093
openwisp/openwisp-controller#1110