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

@ -221,7 +221,6 @@ class ViewSet( SubModelViewSet ):
filterset_fields = [
'organization',
'is_global'
]
model_kwarg = 'entity_model'