-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Description
NetBox version
v3.2.7
Feature type
Change to existing functionality
Proposed functionality
Execute webhook only when we add tag to object.
{
"attr": "tags",
"value": "exempt",
"op": "contains"
}
Now, it does not work because tags are list of OrderedDict. It is not the bug #9797.
Use case
Only when we add tag to object (devices, ip-addresses and etc) webhook is executed.
abhi1693, noziwatele, tyler-8, skeptr and AirDRoN-lab
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application