Skip to content

Commit 2b83c7d

Browse files
committed
Fixes #287: adds comments/behavior fields to field serializer
1 parent 62dcabf commit 2b83c7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netbox_custom_objects/api/serializers.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ class Meta:
6060
"app_label",
6161
"model",
6262
"group_name",
63+
"search_weight",
64+
"filter_logic",
65+
"ui_visible",
66+
"ui_editable",
67+
"weight",
68+
"is_cloneable",
69+
"comments",
6370
)
6471

6572
def validate(self, attrs):

0 commit comments

Comments
 (0)