Преглед изворни кода

Merge pull request #12857 from netbox-community/fix/12850-contacts-table

fix contact assignment table modal
Jeremy Stretch пре 2 година
родитељ
комит
e7851399c6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      netbox/templates/tenancy/object_contacts.html

+ 1 - 1
netbox/templates/tenancy/object_contacts.html

@@ -10,7 +10,7 @@
 {% endblock %}
 
 {% block content %}
-    {% include 'inc/table_controls_htmx.html' with table_modal="ContactTable_config" %}
+    {% include 'inc/table_controls_htmx.html' with table_modal="ContactAssignmentTable_config" %}
     <form method="post">
         {% csrf_token %}
         <div class="card">