We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I expected to be able to add tags to models like Software and Hardware Notices, just like I can through the GUI and also like I could in 1.x
Tags are passed on the API call but never added to the objects when created in Nautobot
We have fixed this in our side by adding TaggedModelSerializerMixin to the missing models in https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/blob/483d15d7cbed29db505eed8fad57854f7592afb4/nautobot_device_lifecycle_mgmt/api/serializers.py#L60C1-L67C27
TaggedModelSerializerMixin
This was working in 1.x, is there a technical reason why we shouldn't do it in 2.x? This has been done for other models in https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/pull/355/files
The text was updated successfully, but these errors were encountered:
This was resolved by #401 but needs a release, we are working on getting a release out.
Sorry, something went wrong.
smk4664
No branches or pull requests
Environment
Expected Behavior
I expected to be able to add tags to models like Software and Hardware Notices, just like I can through the GUI and also like I could in 1.x
Observed Behavior
Tags are passed on the API call but never added to the objects when created in Nautobot
Steps to Reproduce
We have fixed this in our side by adding
TaggedModelSerializerMixin
to the missing models in https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/blob/483d15d7cbed29db505eed8fad57854f7592afb4/nautobot_device_lifecycle_mgmt/api/serializers.py#L60C1-L67C27This was working in 1.x, is there a technical reason why we shouldn't do it in 2.x? This has been done for other models in https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/pull/355/files
The text was updated successfully, but these errors were encountered: