You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a conditional webhook set up for cable edits with "attr": "termination_a.device.name", "op": "contains", "value": "something"
and it worked fine for a long time. After updating to Netbox 3.3 and noticing failed jobs I edited that to "attr": "a_terminations[0].object.device.name", "op": "contains", "value": "something"
but this still gives the NoneType error.
What would be the correct way to check said attribute in 3.3 or is this not supported for now?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I had a conditional webhook set up for cable edits with
"attr": "termination_a.device.name", "op": "contains", "value": "something"
and it worked fine for a long time. After updating to Netbox 3.3 and noticing failed jobs I edited that to
"attr": "a_terminations[0].object.device.name", "op": "contains", "value": "something"
but this still gives the NoneType error.
What would be the correct way to check said attribute in 3.3 or is this not supported for now?
Beta Was this translation helpful? Give feedback.
All reactions