chore: Remove all references to field is_global

field no longer used

ref: #789 #767
This commit is contained in:
2025-06-06 13:38:59 +09:30
parent 8c406e1d59
commit 8f0d0fbe16
61 changed files with 6 additions and 176 deletions

View File

@ -59,7 +59,6 @@ class ManufacturerModelSerializer(
'display_name',
'name',
'model_notes',
'is_global',
'created',
'modified',
'_urls',

View File

@ -60,7 +60,6 @@ class TicketCommentCategoryModelSerializer(
'parent',
'name',
'model_notes',
'is_global',
'created',
'modified',
'_urls',