nautobot / nautobot

Network Source of Truth & Network Automation Platform
https://docs.nautobot.com
Apache License 2.0
1.08k stars 283 forks source link

#6462 Add description and tenant do Controller and Managed Device Group #6566

Open mateusz-lachowski-codilime opened 9 hours ago

mateusz-lachowski-codilime commented 9 hours ago

Closes #6462

What's Changed

Example:

channel_width = JSONArrayFormField(
        choices=add_blank_choice(RadioProfileChannelWidthChoices),
        base_field=forms.IntegerField(),
        required=False,
    )

During bulk update, when some other fields were changed or with no changes, following error occurred: image

Screenshots

image image image image image

TODO