Arthur Hanson
Arthur Hanson
It looks like you have a PR in for this so assigning to you @tbotnz
Module status fields are: ``` STATUS_OFFLINE = 'offline' STATUS_ACTIVE = 'active' STATUS_PLANNED = 'planned' STATUS_STAGED = 'staged' STATUS_FAILED = 'failed' STATUS_DECOMMISSIONING = 'decommissioning' ```
@thordreier assigned it to you. Thank you.
``` File "/Users/arthurhanson/dev/work/netbox/venv/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/arthurhanson/dev/work/netbox/venv/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/arthurhanson/dev/work/netbox/venv/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view return...
Looked into this a bit and it was a more complicated issue then I originally thought, some notes: One minor issue is at the line below we are appending a...
Thank for getting back. I'll go ahead and close this for now @srfwx please reopen when you are ready to get back to it.
@srfwx this seems to work fine in the current pynetbox, can you please check again and see if there is a difference in the reproduction steps. I used your code:...
@dieck do you want me to assign to you so you can create a PR for this?
One more @DanSheps when I switch to this branch NetBox won't start with the following error - can you please sync and try: ``` File "/Users/ahanson/dev/work/netbox/netbox/netbox/urls.py", line 7, in from...
You are right on the transaction prevent save, but the raised error won't be caught in this case - to make it easy to test I just put into wireless.signals...