Adds tags on contact assignment (#13328)

* adds tags on contact assignments #12882

* updated migration

* added tags on import form

* adds TagsMixin on ContactAssignmentType #12882

* Misc cleanup

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
Abhimanyu Saharan
2023-08-01 21:22:14 +05:30
committed by GitHub
parent 066abe0497
commit fbe637cb4e
10 changed files with 44 additions and 12 deletions

View File

@@ -23,5 +23,6 @@
{% render_field form.contact %}
{% render_field form.role %}
{% render_field form.priority %}
{% render_field form.tags %}
</div>
{% endblock %}