瀏覽代碼

15636 change content_type_id to object_type_id for imageattachment

Arthur 2 年之前
父節點
當前提交
e303ccfd12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/templates/inc/panels/image_attachments.html

+ 1 - 1
netbox/templates/inc/panels/image_attachments.html

@@ -12,5 +12,5 @@
       </div>
     {% endif %}
   </h5>
-  {% htmx_table 'extras:imageattachment_list' content_type_id=object|content_type_id object_id=object.pk %}
+  {% htmx_table 'extras:imageattachment_list' object_type_id=object|content_type_id object_id=object.pk %}
 </div>